Color Hex Logo

#cf4ddd Color Hex

#CF4DDD
(207,77,221)
0 Favorites   0 Comments

Color spaces of #cf4ddd

RGB 20777221
HSL0.820.680.58
HSV294°65°87°
CMYK 0.060.650.00   0.13
XYZ41.437123.793670.8153
Yxy23.79360.30460.1749
Hunter Lab48.778766.2716-51.9302
CIE-Lab55.880569.2990-49.3496

#cf4ddd color RGB value is (207,77,221).

#cf4ddd hex color red value is 207, green value is 77 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cf4ddd hue: 0.82 , saturation: 0.68 and the lightness value of cf4ddd is 0.58.

The process color (four color CMYK) of #cf4ddd color hex is 0.06, 0.65, 0.00, 0.13. Web safe color of #cf4ddd is #cc66cc. Color #cf4ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01001101 11011101
Octal 317 115 335
Decimal 207 77 221
Hex CF 4D DD

RGB Percentages of Color #cf4ddd

%40.99
%15.25
%43.76

CMYK Percentages of Color #cf4ddd

%6
%65
%0
%13

Triadic Colors of #cf4ddd

#cf4ddd #ddcf4d #4dddcf

Analogous Colors of #cf4ddd

#cf4ddd #dd4da3 #874ddd

Monochromatic Colors of #cf4ddd

#cf4ddd

Complementary Color

#cf4ddd #5bdd4d

#cf4ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf4ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf4ddd Color CSS Codes

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

#cf4ddd Text Font Color

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

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


#cf4ddd Background Color

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

This div background color is #cf4ddd


#cf4ddd Border Color

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

This div border color is #cf4ddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,77,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 #cf4ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf4ddd


Comments

No comments written yet.

Please login to write comment.