Color Hex Logo

#cc2eee Color Hex

#CC2EEE
(204,46,238)
0 Favorites   0 Comments

Color spaces of #cc2eee

RGB 20446238
HSL0.800.850.56
HSV289°81°93°
CMYK 0.140.810.00   0.07
XYZ41.311520.964482.7581
Yxy20.96440.28480.1445
Hunter Lab45.786980.9256-75.1136
CIE-Lab52.910581.7175-63.7100

#cc2eee color RGB value is (204,46,238).

#cc2eee hex color red value is 204, green value is 46 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cc2eee hue: 0.80 , saturation: 0.85 and the lightness value of cc2eee is 0.56.

The process color (four color CMYK) of #cc2eee color hex is 0.14, 0.81, 0.00, 0.07. Web safe color of #cc2eee is #cc33ff. Color #cc2eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101110 11101110
Octal 314 56 356
Decimal 204 46 238
Hex CC 2E EE

RGB Percentages of Color #cc2eee

%41.80
%9.43
%48.77

CMYK Percentages of Color #cc2eee

%14
%81
%0
%7

Triadic Colors of #cc2eee

#cc2eee #eecc2e #2eeecc

Analogous Colors of #cc2eee

#cc2eee #ee2eb0 #6c2eee

Monochromatic Colors of #cc2eee

#cc2eee

Complementary Color

#cc2eee #50ee2e

#cc2eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc2eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc2eee Color CSS Codes

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

#cc2eee Text Font Color

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

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


#cc2eee Background Color

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

This div background color is #cc2eee


#cc2eee Border Color

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

This div border color is #cc2eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc2eee


Comments

No comments written yet.

Please login to write comment.