Color Hex Logo

#ce237e Color Hex

#CE237E
(206,35,126)
0 Favorites   0 Comments

Color spaces of #ce237e

RGB 20635126
HSL0.910.710.47
HSV328°83°81°
CMYK 0.000.830.39   0.19
XYZ29.820515.830221.2225
Yxy15.83020.44590.2367
Hunter Lab39.787264.1582-3.7743
CIE-Lab46.750969.2740-7.7689

#ce237e color RGB value is (206,35,126).

#ce237e hex color red value is 206, green value is 35 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ce237e hue: 0.91 , saturation: 0.71 and the lightness value of ce237e is 0.47.

The process color (four color CMYK) of #ce237e color hex is 0.00, 0.83, 0.39, 0.19. Web safe color of #ce237e is #cc3366. Color #ce237e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100011 01111110
Octal 316 43 176
Decimal 206 35 126
Hex CE 23 7E

RGB Percentages of Color #ce237e

%56.13
%9.54
%34.33

CMYK Percentages of Color #ce237e

%0
%83
%39
%19

Triadic Colors of #ce237e

#ce237e #7ece23 #237ece

Analogous Colors of #ce237e

#ce237e #ce2329 #c923ce

Monochromatic Colors of #ce237e

#ce237e

Complementary Color

#ce237e #23ce73

#ce237e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce237e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce237e Color CSS Codes

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

#ce237e Text Font Color

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

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


#ce237e Background Color

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

This div background color is #ce237e


#ce237e Border Color

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

This div border color is #ce237e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce237e


Comments

No comments written yet.

Please login to write comment.