Color Hex Logo

#cf97dd Color Hex

#CF97DD
(207,151,221)
0 Favorites   0 Comments

Color spaces of #cf97dd

RGB 207151221
HSL0.800.510.73
HSV288°32°87°
CMYK 0.060.320.00   0.13
XYZ49.849940.619173.6195
Yxy40.61910.30380.2475
Hunter Lab63.733128.0837-23.8740
CIE-Lab69.908232.9289-27.4216

#cf97dd color RGB value is (207,151,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10010111 11011101
Octal 317 227 335
Decimal 207 151 221
Hex CF 97 DD

RGB Percentages of Color #cf97dd

%35.75
%26.08
%38.17

CMYK Percentages of Color #cf97dd

%6
%32
%0
%13

Triadic Colors of #cf97dd

#cf97dd #ddcf97 #97ddcf

Analogous Colors of #cf97dd

#cf97dd #dd97c8 #ac97dd

Monochromatic Colors of #cf97dd

#cf97dd

Complementary Color

#cf97dd #a5dd97

#cf97dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf97dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf97dd Color CSS Codes

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

#cf97dd Text Font Color

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

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


#cf97dd Background Color

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

This div background color is #cf97dd


#cf97dd Border Color

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

This div border color is #cf97dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf97dd


Comments

No comments written yet.

Please login to write comment.