Color Hex Logo

#cf51ce Color Hex

#CF51CE
(207,81,206)
0 Favorites   0 Comments

Color spaces of #cf51ce

RGB 20781206
HSL0.830.570.56
HSV300°61°81°
CMYK 0.000.610.00   0.19
XYZ39.815123.606560.8505
Yxy23.60650.32040.1900
Hunter Lab48.586561.2486-40.2451
CIE-Lab55.691665.1005-41.1333

#cf51ce color RGB value is (207,81,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01010001 11001110
Octal 317 121 316
Decimal 207 81 206
Hex CF 51 CE

RGB Percentages of Color #cf51ce

%41.90
%16.40
%41.70

CMYK Percentages of Color #cf51ce

%0
%61
%0
%19

Triadic Colors of #cf51ce

#cf51ce #cecf51 #51cecf

Analogous Colors of #cf51ce

#cf51ce #cf518f #9151cf

Monochromatic Colors of #cf51ce

#cf51ce

Complementary Color

#cf51ce #51cf52

#cf51ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf51ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf51ce Color CSS Codes

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

#cf51ce Text Font Color

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

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


#cf51ce Background Color

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

This div background color is #cf51ce


#cf51ce Border Color

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

This div border color is #cf51ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf51ce


Comments

No comments written yet.

Please login to write comment.