Color Hex Logo

#cc28ef Color Hex

#CC28EF
(204,40,239)
0 Favorites   0 Comments

Color spaces of #cc28ef

RGB 20440239
HSL0.800.860.55
HSV289°83°94°
CMYK 0.150.830.00   0.06
XYZ41.240620.586983.4614
Yxy20.58690.28390.1417
Hunter Lab45.372882.8413-77.3006
CIE-Lab52.494483.2943-64.9431

#cc28ef color RGB value is (204,40,239).

#cc28ef hex color red value is 204, green value is 40 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cc28ef hue: 0.80 , saturation: 0.86 and the lightness value of cc28ef is 0.55.

The process color (four color CMYK) of #cc28ef color hex is 0.15, 0.83, 0.00, 0.06. Web safe color of #cc28ef is #cc33ff. Color #cc28ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101000 11101111
Octal 314 50 357
Decimal 204 40 239
Hex CC 28 EF

RGB Percentages of Color #cc28ef

%42.24
%8.28
%49.48

CMYK Percentages of Color #cc28ef

%15
%83
%0
%6

Triadic Colors of #cc28ef

#cc28ef #efcc28 #28efcc

Analogous Colors of #cc28ef

#cc28ef #ef28af #6928ef

Monochromatic Colors of #cc28ef

#cc28ef

Complementary Color

#cc28ef #4bef28

#cc28ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc28ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc28ef Color CSS Codes

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

#cc28ef Text Font Color

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

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


#cc28ef Background Color

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

This div background color is #cc28ef


#cc28ef Border Color

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

This div border color is #cc28ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc28ef


Comments

No comments written yet.

Please login to write comment.