Color Hex Logo

#ce3ead Color Hex

#CE3EAD
(206,62,173)
0 Favorites   0 Comments

Color spaces of #ce3ead

RGB 20662173
HSL0.870.600.53
HSV314°70°81°
CMYK 0.000.700.16   0.19
XYZ34.719019.584241.4854
Yxy19.58420.36250.2045
Hunter Lab44.254062.5956-24.6028
CIE-Lab51.363867.0594-28.8467

#ce3ead color RGB value is (206,62,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111110 10101101
Octal 316 76 255
Decimal 206 62 173
Hex CE 3E AD

RGB Percentages of Color #ce3ead

%46.71
%14.06
%39.23

CMYK Percentages of Color #ce3ead

%0
%70
%16
%19

Triadic Colors of #ce3ead

#ce3ead #adce3e #3eadce

Analogous Colors of #ce3ead

#ce3ead #ce3e65 #a73ece

Monochromatic Colors of #ce3ead

#ce3ead

Complementary Color

#ce3ead #3ece5f

#ce3ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce3ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce3ead Color CSS Codes

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

#ce3ead Text Font Color

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

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


#ce3ead Background Color

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

This div background color is #ce3ead


#ce3ead Border Color

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

This div border color is #ce3ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce3ead


Comments

No comments written yet.

Please login to write comment.