Color Hex Logo

#ce32aa Color Hex

#CE32AA
(206,50,170)
0 Favorites   0 Comments

Color spaces of #ce32aa

RGB 20650170
HSL0.870.610.50
HSV314°76°81°
CMYK 0.000.760.17   0.19
XYZ33.849918.305339.7794
Yxy18.30530.36820.1991
Hunter Lab42.784766.3504-25.1761
CIE-Lab49.864370.5150-29.4167

#ce32aa color RGB value is (206,50,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110010 10101010
Octal 316 62 252
Decimal 206 50 170
Hex CE 32 AA

RGB Percentages of Color #ce32aa

%48.36
%11.74
%39.91

CMYK Percentages of Color #ce32aa

%0
%76
%17
%19

Triadic Colors of #ce32aa

#ce32aa #aace32 #32aace

Analogous Colors of #ce32aa

#ce32aa #ce325c #a432ce

Monochromatic Colors of #ce32aa

#ce32aa

Complementary Color

#ce32aa #32ce56

#ce32aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce32aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce32aa Color CSS Codes

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

#ce32aa Text Font Color

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

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


#ce32aa Background Color

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

This div background color is #ce32aa


#ce32aa Border Color

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

This div border color is #ce32aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce32aa


Comments

No comments written yet.

Please login to write comment.