Color Hex Logo

#cf51dd Color Hex

#CF51DD
(207,81,221)
0 Favorites   0 Comments

Color spaces of #cf51dd

RGB 20781221
HSL0.820.670.59
HSV294°63°87°
CMYK 0.060.630.00   0.13
XYZ41.725724.370770.9114
Yxy24.37070.30450.1779
Hunter Lab49.366764.4800-50.6088
CIE-Lab56.457167.6923-48.4340

#cf51dd color RGB value is (207,81,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01010001 11011101
Octal 317 121 335
Decimal 207 81 221
Hex CF 51 DD

RGB Percentages of Color #cf51dd

%40.67
%15.91
%43.42

CMYK Percentages of Color #cf51dd

%6
%63
%0
%13

Triadic Colors of #cf51dd

#cf51dd #ddcf51 #51ddcf

Analogous Colors of #cf51dd

#cf51dd #dd51a5 #8951dd

Monochromatic Colors of #cf51dd

#cf51dd

Complementary Color

#cf51dd #5fdd51

#cf51dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf51dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf51dd Color CSS Codes

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

#cf51dd Text Font Color

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

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


#cf51dd Background Color

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

This div background color is #cf51dd


#cf51dd Border Color

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

This div border color is #cf51dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf51dd


Comments

No comments written yet.

Please login to write comment.