Color Hex Logo

#cf96fc Color Hex

#CF96FC
(207,150,252)
0 Favorites   0 Comments

Color spaces of #cf96fc

RGB 207150252
HSL0.760.940.79
HSV274°40°99°
CMYK 0.180.400.00   0.01
XYZ54.209242.106497.3657
Yxy42.10640.27990.2174
Hunter Lab64.889435.5639-43.5412
CIE-Lab70.944239.8903-42.7800

#cf96fc color RGB value is (207,150,252).

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

The process color (four color CMYK) of #cf96fc color hex is 0.18, 0.40, 0.00, 0.01. Web safe color of #cf96fc is #cc99ff. Color #cf96fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10010110 11111100
Octal 317 226 374
Decimal 207 150 252
Hex CF 96 FC

RGB Percentages of Color #cf96fc

%33.99
%24.63
%41.38

CMYK Percentages of Color #cf96fc

%18
%40
%0
%1

Triadic Colors of #cf96fc

#cf96fc #fccf96 #96fccf

Analogous Colors of #cf96fc

#cf96fc #fc96f6 #9c96fc

Monochromatic Colors of #cf96fc

#cf96fc

Complementary Color

#cf96fc #c3fc96

#cf96fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf96fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf96fc Color CSS Codes

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

#cf96fc Text Font Color

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

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


#cf96fc Background Color

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

This div background color is #cf96fc


#cf96fc Border Color

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

This div border color is #cf96fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf96fc


Comments

No comments written yet.

Please login to write comment.