Color Hex Logo

#ce51c4 Color Hex

#CE51C4
(206,81,196)
0 Favorites   0 Comments

Color spaces of #ce51c4

RGB 20681196
HSL0.850.560.56
HSV305°61°81°
CMYK 0.000.610.05   0.19
XYZ38.359822.992254.6407
Yxy22.99220.33070.1982
Hunter Lab47.950258.8859-33.9976
CIE-Lab55.064363.1897-36.4088

#ce51c4 color RGB value is (206,81,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010001 11000100
Octal 316 121 304
Decimal 206 81 196
Hex CE 51 C4

RGB Percentages of Color #ce51c4

%42.65
%16.77
%40.58

CMYK Percentages of Color #ce51c4

%0
%61
%5
%19

Triadic Colors of #ce51c4

#ce51c4 #c4ce51 #51c4ce

Analogous Colors of #ce51c4

#ce51c4 #ce5186 #9a51ce

Monochromatic Colors of #ce51c4

#ce51c4

Complementary Color

#ce51c4 #51ce5b

#ce51c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce51c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce51c4 Color CSS Codes

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

#ce51c4 Text Font Color

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

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


#ce51c4 Background Color

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

This div background color is #ce51c4


#ce51c4 Border Color

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

This div border color is #ce51c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce51c4


Comments

No comments written yet.

Please login to write comment.