Color Hex Logo

#ce32af Color Hex

#CE32AF
(206,50,175)
0 Favorites   0 Comments

Color spaces of #ce32af

RGB 20650175
HSL0.870.610.50
HSV312°76°81°
CMYK 0.000.760.15   0.19
XYZ34.332118.498242.3184
Yxy18.49820.36080.1944
Hunter Lab43.009567.2199-28.2306
CIE-Lab50.094971.1963-31.9986

#ce32af color RGB value is (206,50,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110010 10101111
Octal 316 62 257
Decimal 206 50 175
Hex CE 32 AF

RGB Percentages of Color #ce32af

%47.80
%11.60
%40.60

CMYK Percentages of Color #ce32af

%0
%76
%15
%19

Triadic Colors of #ce32af

#ce32af #afce32 #32afce

Analogous Colors of #ce32af

#ce32af #ce3261 #9f32ce

Monochromatic Colors of #ce32af

#ce32af

Complementary Color

#ce32af #32ce51

#ce32af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce32af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce32af Color CSS Codes

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

#ce32af Text Font Color

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

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


#ce32af Background Color

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

This div background color is #ce32af


#ce32af Border Color

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

This div border color is #ce32af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce32af


Comments

No comments written yet.

Please login to write comment.