Color Hex Logo

#cf72ec Color Hex

#CF72EC
(207,114,236)
0 Favorites   0 Comments

Color spaces of #cf72ec

RGB 207114236
HSL0.790.760.69
HSV286°52°93°
CMYK 0.120.520.00   0.07
XYZ46.889831.356282.9379
Yxy31.35620.29090.1945
Hunter Lab55.996651.4762-48.6182
CIE-Lab62.807255.3923-46.7789

#cf72ec color RGB value is (207,114,236).

#cf72ec hex color red value is 207, green value is 114 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cf72ec hue: 0.79 , saturation: 0.76 and the lightness value of cf72ec is 0.69.

The process color (four color CMYK) of #cf72ec color hex is 0.12, 0.52, 0.00, 0.07. Web safe color of #cf72ec is #cc66ff. Color #cf72ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110010 11101100
Octal 317 162 354
Decimal 207 114 236
Hex CF 72 EC

RGB Percentages of Color #cf72ec

%37.16
%20.47
%42.37

CMYK Percentages of Color #cf72ec

%12
%52
%0
%7

Triadic Colors of #cf72ec

#cf72ec #eccf72 #72eccf

Analogous Colors of #cf72ec

#cf72ec #ec72cc #9272ec

Monochromatic Colors of #cf72ec

#cf72ec

Complementary Color

#cf72ec #8fec72

#cf72ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf72ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf72ec Color CSS Codes

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

#cf72ec Text Font Color

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

This sample text font color is #cf72ec
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.


#cf72ec Background Color

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

This div background color is #cf72ec


#cf72ec Border Color

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

This div border color is #cf72ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,114,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cf72ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cf72ec;
  -webkit-box-shadow: 1px 1px 3px 2px #cf72ec;
  box-shadow:         1px 1px 3px 2px #cf72ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,114,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf72ec


Comments

No comments written yet.

Please login to write comment.