Color Hex Logo

#cc28eb Color Hex

#CC28EB
(204,40,235)
0 Favorites   0 Comments

Color spaces of #cc28eb

RGB 20440235
HSL0.810.830.54
HSV290°83°92°
CMYK 0.130.830.00   0.08
XYZ40.656020.353180.3830
Yxy20.35310.28750.1439
Hunter Lab45.114481.9096-74.0604
CIE-Lab52.234182.6191-63.1132

#cc28eb color RGB value is (204,40,235).

#cc28eb hex color red value is 204, green value is 40 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cc28eb hue: 0.81 , saturation: 0.83 and the lightness value of cc28eb is 0.54.

The process color (four color CMYK) of #cc28eb color hex is 0.13, 0.83, 0.00, 0.08. Web safe color of #cc28eb is #cc33ff. Color #cc28eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101000 11101011
Octal 314 50 353
Decimal 204 40 235
Hex CC 28 EB

RGB Percentages of Color #cc28eb

%42.59
%8.35
%49.06

CMYK Percentages of Color #cc28eb

%13
%83
%0
%8

Triadic Colors of #cc28eb

#cc28eb #ebcc28 #28ebcc

Analogous Colors of #cc28eb

#cc28eb #eb28a9 #6b28eb

Monochromatic Colors of #cc28eb

#cc28eb

Complementary Color

#cc28eb #47eb28

#cc28eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc28eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc28eb Color CSS Codes

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

#cc28eb Text Font Color

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

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


#cc28eb Background Color

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

This div background color is #cc28eb


#cc28eb Border Color

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

This div border color is #cc28eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc28eb


Comments

No comments written yet.

Please login to write comment.