Color Hex Logo

#c72fcd Color Hex

#C72FCD
(199,47,205)
0 Favorites   0 Comments

Color spaces of #c72fcd

RGB 19947205
HSL0.830.630.49
HSV298°77°80°
CMYK 0.030.770.00   0.20
XYZ35.589118.582959.4687
Yxy18.58290.31320.1635
Hunter Lab43.107971.9276-51.6169
CIE-Lab50.195675.0559-49.3527

#c72fcd color RGB value is (199,47,205).

#c72fcd hex color red value is 199, green value is 47 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c72fcd hue: 0.83 , saturation: 0.63 and the lightness value of c72fcd is 0.49.

The process color (four color CMYK) of #c72fcd color hex is 0.03, 0.77, 0.00, 0.20. Web safe color of #c72fcd is #cc33cc. Color #c72fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101111 11001101
Octal 307 57 315
Decimal 199 47 205
Hex C7 2F CD

RGB Percentages of Color #c72fcd

%44.12
%10.42
%45.45

CMYK Percentages of Color #c72fcd

%3
%77
%0
%20

Triadic Colors of #c72fcd

#c72fcd #cdc72f #2fcdc7

Analogous Colors of #c72fcd

#c72fcd #cd2f84 #782fcd

Monochromatic Colors of #c72fcd

#c72fcd

Complementary Color

#c72fcd #35cd2f

#c72fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72fcd Color CSS Codes

.mybgcolor {background-color:#c72fcd; } 
.myforecolor {color:#c72fcd; }
.mybordercolor {border:3px solid #c72fcd; }

#c72fcd Text Font Color

<p style="color:#c72fcd">Text here</p>

This sample text font color is #c72fcd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c72fcd Background Color

<div style="background-color:#c72fcd">
Div content here</div>

This div background color is #c72fcd


#c72fcd Border Color

<div style="border:3px solid #c72fcd">
Div here</div>

This div border color is #c72fcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,47,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c72fcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c72fcd;
  -webkit-box-shadow: 1px 1px 3px 2px #c72fcd;
  box-shadow:         1px 1px 3px 2px #c72fcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,47,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c72fcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c72fcd;
  -webkit-box-shadow: 1px 1px 3px 2px #c72fcd;
  box-shadow:         1px 1px 3px 2px #c72fcd;">
Div content here</div>

This div box has shadow with color #c72fcd


Comments

No comments written yet.

Please login to write comment.