Color Hex Logo

#cf99ef Color Hex

#CF99EF
(207,153,239)
0 Favorites   0 Comments

Color spaces of #cf99ef

RGB 207153239
HSL0.770.730.77
HSV278°36°94°
CMYK 0.130.360.00   0.06
XYZ52.703342.279987.0444
Yxy42.27990.28950.2323
Hunter Lab65.023030.8899-33.8537
CIE-Lab71.063535.5006-35.5101

#cf99ef color RGB value is (207,153,239).

#cf99ef hex color red value is 207, green value is 153 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cf99ef hue: 0.77 , saturation: 0.73 and the lightness value of cf99ef is 0.77.

The process color (four color CMYK) of #cf99ef color hex is 0.13, 0.36, 0.00, 0.06. Web safe color of #cf99ef is #cc99ff. Color #cf99ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011001 11101111
Octal 317 231 357
Decimal 207 153 239
Hex CF 99 EF

RGB Percentages of Color #cf99ef

%34.56
%25.54
%39.90

CMYK Percentages of Color #cf99ef

%13
%36
%0
%6

Triadic Colors of #cf99ef

#cf99ef #efcf99 #99efcf

Analogous Colors of #cf99ef

#cf99ef #ef99e4 #a499ef

Monochromatic Colors of #cf99ef

#cf99ef

Complementary Color

#cf99ef #b9ef99

#cf99ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf99ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf99ef Color CSS Codes

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

#cf99ef Text Font Color

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

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


#cf99ef Background Color

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

This div background color is #cf99ef


#cf99ef Border Color

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

This div border color is #cf99ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf99ef


Comments

No comments written yet.

Please login to write comment.