Color Hex Logo

#cf99fa Color Hex

#CF99FA
(207,153,250)
0 Favorites   0 Comments

Color spaces of #cf99fa

RGB 207153250
HSL0.760.910.79
HSV273°39°98°
CMYK 0.170.390.00   0.02
XYZ54.378742.950095.8666
Yxy42.95000.28150.2223
Hunter Lab65.536233.4219-40.8542
CIE-Lab71.521037.8358-40.7915

#cf99fa color RGB value is (207,153,250).

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

The process color (four color CMYK) of #cf99fa color hex is 0.17, 0.39, 0.00, 0.02. Web safe color of #cf99fa is #cc99ff. Color #cf99fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011001 11111010
Octal 317 231 372
Decimal 207 153 250
Hex CF 99 FA

RGB Percentages of Color #cf99fa

%33.93
%25.08
%40.98

CMYK Percentages of Color #cf99fa

%17
%39
%0
%2

Triadic Colors of #cf99fa

#cf99fa #facf99 #99facf

Analogous Colors of #cf99fa

#cf99fa #fa99f5 #9f99fa

Monochromatic Colors of #cf99fa

#cf99fa

Complementary Color

#cf99fa #c4fa99

#cf99fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf99fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf99fa Color CSS Codes

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

#cf99fa Text Font Color

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

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


#cf99fa Background Color

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

This div background color is #cf99fa


#cf99fa Border Color

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

This div border color is #cf99fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf99fa


Comments

No comments written yet.

Please login to write comment.