Color Hex Logo

#cf55dd Color Hex

#CF55DD
(207,85,221)
0 Favorites   0 Comments

Color spaces of #cf55dd

RGB 20785221
HSL0.820.670.60
HSV294°62°87°
CMYK 0.060.620.00   0.13
XYZ42.031824.982971.0135
Yxy24.98290.30450.1810
Hunter Lab49.982962.6348-49.2486
CIE-Lab57.058866.0257-47.4797

#cf55dd color RGB value is (207,85,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01010101 11011101
Octal 317 125 335
Decimal 207 85 221
Hex CF 55 DD

RGB Percentages of Color #cf55dd

%40.35
%16.57
%43.08

CMYK Percentages of Color #cf55dd

%6
%62
%0
%13

Triadic Colors of #cf55dd

#cf55dd #ddcf55 #55ddcf

Analogous Colors of #cf55dd

#cf55dd #dd55a7 #8b55dd

Monochromatic Colors of #cf55dd

#cf55dd

Complementary Color

#cf55dd #63dd55

#cf55dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf55dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf55dd Color CSS Codes

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

#cf55dd Text Font Color

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

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


#cf55dd Background Color

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

This div background color is #cf55dd


#cf55dd Border Color

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

This div border color is #cf55dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf55dd


Comments

No comments written yet.

Please login to write comment.