Color Hex Logo

#cc54eb Color Hex

#CC54EB
(204,84,235)
0 Favorites   0 Comments

Color spaces of #cc54eb

RGB 20484235
HSL0.800.790.63
HSV288°64°92°
CMYK 0.130.640.00   0.08
XYZ43.067625.176281.1868
Yxy25.17620.28820.1685
Hunter Lab50.175965.4046-60.8107
CIE-Lab57.246768.3194-55.0713

#cc54eb color RGB value is (204,84,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010100 11101011
Octal 314 124 353
Decimal 204 84 235
Hex CC 54 EB

RGB Percentages of Color #cc54eb

%39.01
%16.06
%44.93

CMYK Percentages of Color #cc54eb

%13
%64
%0
%8

Triadic Colors of #cc54eb

#cc54eb #ebcc54 #54ebcc

Analogous Colors of #cc54eb

#cc54eb #eb54bf #8154eb

Monochromatic Colors of #cc54eb

#cc54eb

Complementary Color

#cc54eb #73eb54

#cc54eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc54eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc54eb Color CSS Codes

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

#cc54eb Text Font Color

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

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


#cc54eb Background Color

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

This div background color is #cc54eb


#cc54eb Border Color

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

This div border color is #cc54eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc54eb


Comments

No comments written yet.

Please login to write comment.