Color Hex Logo

#ce2aae Color Hex

#CE2AAE
(206,42,174)
0 Favorites   0 Comments

Color spaces of #ce2aae

RGB 20642174
HSL0.870.660.49
HSV312°80°81°
CMYK 0.000.800.16   0.19
XYZ33.921517.833741.6988
Yxy17.83370.36300.1908
Hunter Lab42.230069.4789-28.9833
CIE-Lab49.293873.2240-32.6639

#ce2aae color RGB value is (206,42,174).

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

The process color (four color CMYK) of #ce2aae color hex is 0.00, 0.80, 0.16, 0.19. Web safe color of #ce2aae is #cc3399. Color #ce2aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101010 10101110
Octal 316 52 256
Decimal 206 42 174
Hex CE 2A AE

RGB Percentages of Color #ce2aae

%48.82
%9.95
%41.23

CMYK Percentages of Color #ce2aae

%0
%80
%16
%19

Triadic Colors of #ce2aae

#ce2aae #aece2a #2aaece

Analogous Colors of #ce2aae

#ce2aae #ce2a5c #9c2ace

Monochromatic Colors of #ce2aae

#ce2aae

Complementary Color

#ce2aae #2ace4a

#ce2aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2aae Color CSS Codes

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

#ce2aae Text Font Color

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

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


#ce2aae Background Color

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

This div background color is #ce2aae


#ce2aae Border Color

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

This div border color is #ce2aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2aae


Comments

No comments written yet.

Please login to write comment.