Color Hex Logo

#ce2eaa Color Hex

#CE2EAA
(206,46,170)
0 Favorites   0 Comments

Color spaces of #ce2eaa

RGB 20646170
HSL0.870.630.49
HSV314°78°81°
CMYK 0.000.780.17   0.19
XYZ33.686317.978139.7249
Yxy17.97810.36860.1967
Hunter Lab42.400667.6131-25.8681
CIE-Lab49.469571.6449-30.0320

#ce2eaa color RGB value is (206,46,170).

#ce2eaa hex color red value is 206, green value is 46 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ce2eaa hue: 0.87 , saturation: 0.63 and the lightness value of ce2eaa is 0.49.

The process color (four color CMYK) of #ce2eaa color hex is 0.00, 0.78, 0.17, 0.19. Web safe color of #ce2eaa is #cc3399. Color #ce2eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101110 10101010
Octal 316 56 252
Decimal 206 46 170
Hex CE 2E AA

RGB Percentages of Color #ce2eaa

%48.82
%10.90
%40.28

CMYK Percentages of Color #ce2eaa

%0
%78
%17
%19

Triadic Colors of #ce2eaa

#ce2eaa #aace2e #2eaace

Analogous Colors of #ce2eaa

#ce2eaa #ce2e5a #a22ece

Monochromatic Colors of #ce2eaa

#ce2eaa

Complementary Color

#ce2eaa #2ece52

#ce2eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2eaa Color CSS Codes

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

#ce2eaa Text Font Color

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

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


#ce2eaa Background Color

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

This div background color is #ce2eaa


#ce2eaa Border Color

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

This div border color is #ce2eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2eaa


Comments

No comments written yet.

Please login to write comment.