Color Hex Logo

#cf96da Color Hex

#CF96DA
(207,150,218)
0 Favorites   0 Comments

Color spaces of #cf96da

RGB 207150218
HSL0.810.480.72
HSV290°31°85°
CMYK 0.050.310.00   0.15
XYZ49.293440.140071.4794
Yxy40.14000.30630.2495
Hunter Lab63.356128.0063-22.5426
CIE-Lab69.569132.8845-26.2886

#cf96da color RGB value is (207,150,218).

#cf96da hex color red value is 207, green value is 150 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cf96da hue: 0.81 , saturation: 0.48 and the lightness value of cf96da is 0.72.

The process color (four color CMYK) of #cf96da color hex is 0.05, 0.31, 0.00, 0.15. Web safe color of #cf96da is #cc99cc. Color #cf96da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10010110 11011010
Octal 317 226 332
Decimal 207 150 218
Hex CF 96 DA

RGB Percentages of Color #cf96da

%36.00
%26.09
%37.91

CMYK Percentages of Color #cf96da

%5
%31
%0
%15

Triadic Colors of #cf96da

#cf96da #dacf96 #96dacf

Analogous Colors of #cf96da

#cf96da #da96c3 #ad96da

Monochromatic Colors of #cf96da

#cf96da

Complementary Color

#cf96da #a1da96

#cf96da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf96da Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf96da Color CSS Codes

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

#cf96da Text Font Color

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

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


#cf96da Background Color

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

This div background color is #cf96da


#cf96da Border Color

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

This div border color is #cf96da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf96da


Comments

No comments written yet.

Please login to write comment.