Color Hex Logo

#cf97df Color Hex

#CF97DF
(207,151,223)
0 Favorites   0 Comments

Color spaces of #cf97df

RGB 207151223
HSL0.800.530.73
HSV287°32°87°
CMYK 0.070.320.00   0.13
XYZ50.118040.726375.0315
Yxy40.72630.30210.2455
Hunter Lab63.817228.5027-25.0368
CIE-Lab69.983733.3250-28.4066

#cf97df color RGB value is (207,151,223).

#cf97df hex color red value is 207, green value is 151 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cf97df hue: 0.80 , saturation: 0.53 and the lightness value of cf97df is 0.73.

The process color (four color CMYK) of #cf97df color hex is 0.07, 0.32, 0.00, 0.13. Web safe color of #cf97df is #cc99cc. Color #cf97df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10010111 11011111
Octal 317 227 337
Decimal 207 151 223
Hex CF 97 DF

RGB Percentages of Color #cf97df

%35.63
%25.99
%38.38

CMYK Percentages of Color #cf97df

%7
%32
%0
%13

Triadic Colors of #cf97df

#cf97df #dfcf97 #97dfcf

Analogous Colors of #cf97df

#cf97df #df97cb #ab97df

Monochromatic Colors of #cf97df

#cf97df

Complementary Color

#cf97df #a7df97

#cf97df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf97df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf97df Color CSS Codes

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

#cf97df Text Font Color

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

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


#cf97df Background Color

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

This div background color is #cf97df


#cf97df Border Color

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

This div border color is #cf97df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf97df


Comments

No comments written yet.

Please login to write comment.