Color Hex Logo

#cf51cc Color Hex

#CF51CC
(207,81,204)
0 Favorites   0 Comments

Color spaces of #cf51cc

RGB 20781204
HSL0.840.570.56
HSV301°61°81°
CMYK 0.000.610.01   0.19
XYZ39.573623.509959.5788
Yxy23.50990.32260.1917
Hunter Lab48.487060.8339-38.9122
CIE-Lab55.593764.7646-40.1465

#cf51cc color RGB value is (207,81,204).

#cf51cc hex color red value is 207, green value is 81 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cf51cc hue: 0.84 , saturation: 0.57 and the lightness value of cf51cc is 0.56.

The process color (four color CMYK) of #cf51cc color hex is 0.00, 0.61, 0.01, 0.19. Web safe color of #cf51cc is #cc66cc. Color #cf51cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01010001 11001100
Octal 317 121 314
Decimal 207 81 204
Hex CF 51 CC

RGB Percentages of Color #cf51cc

%42.07
%16.46
%41.46

CMYK Percentages of Color #cf51cc

%0
%61
%1
%19

Triadic Colors of #cf51cc

#cf51cc #cccf51 #51cccf

Analogous Colors of #cf51cc

#cf51cc #cf518d #9351cf

Monochromatic Colors of #cf51cc

#cf51cc

Complementary Color

#cf51cc #51cf54

#cf51cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf51cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf51cc Color CSS Codes

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

#cf51cc Text Font Color

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

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


#cf51cc Background Color

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

This div background color is #cf51cc


#cf51cc Border Color

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

This div border color is #cf51cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf51cc


Comments

No comments written yet.

Please login to write comment.