Color Hex Logo

#cf99eb Color Hex

#CF99EB
(207,153,235)
0 Favorites   0 Comments

Color spaces of #cf99eb

RGB 207153235
HSL0.780.670.76
HSV280°35°92°
CMYK 0.120.350.00   0.08
XYZ52.118842.046083.9660
Yxy42.04600.29260.2360
Hunter Lab64.842929.9980-31.3855
CIE-Lab70.902634.6697-33.5729

#cf99eb color RGB value is (207,153,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011001 11101011
Octal 317 231 353
Decimal 207 153 235
Hex CF 99 EB

RGB Percentages of Color #cf99eb

%34.79
%25.71
%39.50

CMYK Percentages of Color #cf99eb

%12
%35
%0
%8

Triadic Colors of #cf99eb

#cf99eb #ebcf99 #99ebcf

Analogous Colors of #cf99eb

#cf99eb #eb99de #a699eb

Monochromatic Colors of #cf99eb

#cf99eb

Complementary Color

#cf99eb #b5eb99

#cf99eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf99eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf99eb Color CSS Codes

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

#cf99eb Text Font Color

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

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


#cf99eb Background Color

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

This div background color is #cf99eb


#cf99eb Border Color

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

This div border color is #cf99eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf99eb


Comments

No comments written yet.

Please login to write comment.