Color Hex Logo

#cf99ea Color Hex

#CF99EA
(207,153,234)
0 Favorites   0 Comments

Color spaces of #cf99ea

RGB 207153234
HSL0.780.660.76
HSV280°35°92°
CMYK 0.120.350.00   0.08
XYZ51.974641.988483.2071
Yxy41.98840.29340.2370
Hunter Lab64.798529.7769-30.7748
CIE-Lab70.862934.4631-33.0871

#cf99ea color RGB value is (207,153,234).

#cf99ea hex color red value is 207, green value is 153 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cf99ea hue: 0.78 , saturation: 0.66 and the lightness value of cf99ea is 0.76.

The process color (four color CMYK) of #cf99ea color hex is 0.12, 0.35, 0.00, 0.08. Web safe color of #cf99ea is #cc99ff. Color #cf99ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011001 11101010
Octal 317 231 352
Decimal 207 153 234
Hex CF 99 EA

RGB Percentages of Color #cf99ea

%34.85
%25.76
%39.39

CMYK Percentages of Color #cf99ea

%12
%35
%0
%8

Triadic Colors of #cf99ea

#cf99ea #eacf99 #99eacf

Analogous Colors of #cf99ea

#cf99ea #ea99dd #a799ea

Monochromatic Colors of #cf99ea

#cf99ea

Complementary Color

#cf99ea #b4ea99

#cf99ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf99ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf99ea Color CSS Codes

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

#cf99ea Text Font Color

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

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


#cf99ea Background Color

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

This div background color is #cf99ea


#cf99ea Border Color

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

This div border color is #cf99ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf99ea


Comments

No comments written yet.

Please login to write comment.