Color Hex Logo

#cf5add Color Hex

#CF5ADD
(207,90,221)
0 Favorites   0 Comments

Color spaces of #cf5add

RGB 20790221
HSL0.820.660.61
HSV294°59°87°
CMYK 0.060.590.00   0.13
XYZ42.439425.798271.1494
Yxy25.79820.30450.1851
Hunter Lab50.791960.2605-47.4992
CIE-Lab57.845063.8641-46.2347

#cf5add color RGB value is (207,90,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01011010 11011101
Octal 317 132 335
Decimal 207 90 221
Hex CF 5A DD

RGB Percentages of Color #cf5add

%39.96
%17.37
%42.66

CMYK Percentages of Color #cf5add

%6
%59
%0
%13

Triadic Colors of #cf5add

#cf5add #ddcf5a #5addcf

Analogous Colors of #cf5add

#cf5add #dd5aaa #8e5add

Monochromatic Colors of #cf5add

#cf5add

Complementary Color

#cf5add #68dd5a

#cf5add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf5add Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf5add Color CSS Codes

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

#cf5add Text Font Color

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

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


#cf5add Background Color

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

This div background color is #cf5add


#cf5add Border Color

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

This div border color is #cf5add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf5add


Comments

No comments written yet.

Please login to write comment.