Color Hex Logo

#cc51eb Color Hex

#CC51EB
(204,81,235)
0 Favorites   0 Comments

Color spaces of #cc51eb

RGB 20481235
HSL0.800.790.62
HSV288°66°92°
CMYK 0.130.660.00   0.08
XYZ42.839724.720481.1109
Yxy24.72040.28820.1663
Hunter Lab49.719666.7909-61.9200
CIE-Lab56.802069.5577-55.7815

#cc51eb color RGB value is (204,81,235).

#cc51eb hex color red value is 204, green value is 81 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cc51eb hue: 0.80 , saturation: 0.79 and the lightness value of cc51eb is 0.62.

The process color (four color CMYK) of #cc51eb color hex is 0.13, 0.66, 0.00, 0.08. Web safe color of #cc51eb is #cc66ff. Color #cc51eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010001 11101011
Octal 314 121 353
Decimal 204 81 235
Hex CC 51 EB

RGB Percentages of Color #cc51eb

%39.23
%15.58
%45.19

CMYK Percentages of Color #cc51eb

%13
%66
%0
%8

Triadic Colors of #cc51eb

#cc51eb #ebcc51 #51ebcc

Analogous Colors of #cc51eb

#cc51eb #eb51bd #7f51eb

Monochromatic Colors of #cc51eb

#cc51eb

Complementary Color

#cc51eb #70eb51

#cc51eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc51eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc51eb Color CSS Codes

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

#cc51eb Text Font Color

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

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


#cc51eb Background Color

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

This div background color is #cc51eb


#cc51eb Border Color

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

This div border color is #cc51eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc51eb


Comments

No comments written yet.

Please login to write comment.