Color Hex Logo

#ce3aad Color Hex

#CE3AAD
(206,58,173)
0 Favorites   0 Comments

Color spaces of #ce3aad

RGB 20658173
HSL0.870.600.52
HSV313°72°81°
CMYK 0.000.720.16   0.19
XYZ34.509519.165141.4155
Yxy19.16510.36290.2015
Hunter Lab43.778064.0974-25.4459
CIE-Lab50.879868.4252-29.5997

#ce3aad color RGB value is (206,58,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111010 10101101
Octal 316 72 255
Decimal 206 58 173
Hex CE 3A AD

RGB Percentages of Color #ce3aad

%47.14
%13.27
%39.59

CMYK Percentages of Color #ce3aad

%0
%72
%16
%19

Triadic Colors of #ce3aad

#ce3aad #adce3a #3aadce

Analogous Colors of #ce3aad

#ce3aad #ce3a63 #a53ace

Monochromatic Colors of #ce3aad

#ce3aad

Complementary Color

#ce3aad #3ace5b

#ce3aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce3aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce3aad Color CSS Codes

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

#ce3aad Text Font Color

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

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


#ce3aad Background Color

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

This div background color is #ce3aad


#ce3aad Border Color

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

This div border color is #ce3aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,58,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 #ce3aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce3aad


Comments

No comments written yet.

Please login to write comment.