Color Hex Logo

#ce2aad Color Hex

#CE2AAD
(206,42,173)
0 Favorites   0 Comments

Color spaces of #ce2aad

RGB 20642173
HSL0.870.660.49
HSV312°80°81°
CMYK 0.000.800.16   0.19
XYZ33.824417.794941.1872
Yxy17.79490.36450.1917
Hunter Lab42.184069.3047-28.3602
CIE-Lab49.246473.0895-32.1492

#ce2aad color RGB value is (206,42,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101010 10101101
Octal 316 52 255
Decimal 206 42 173
Hex CE 2A AD

RGB Percentages of Color #ce2aad

%48.93
%9.98
%41.09

CMYK Percentages of Color #ce2aad

%0
%80
%16
%19

Triadic Colors of #ce2aad

#ce2aad #adce2a #2aadce

Analogous Colors of #ce2aad

#ce2aad #ce2a5b #9d2ace

Monochromatic Colors of #ce2aad

#ce2aad

Complementary Color

#ce2aad #2ace4b

#ce2aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2aad Color CSS Codes

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

#ce2aad Text Font Color

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

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


#ce2aad Background Color

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

This div background color is #ce2aad


#ce2aad Border Color

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

This div border color is #ce2aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2aad


Comments

No comments written yet.

Please login to write comment.