Color Hex Logo

#ce227e Color Hex

#CE227E
(206,34,126)
0 Favorites   0 Comments

Color spaces of #ce227e

RGB 20634126
HSL0.910.720.47
HSV328°83°81°
CMYK 0.000.830.39   0.19
XYZ29.791515.772221.2128
Yxy15.77220.44610.2362
Hunter Lab39.714264.4013-3.8690
CIE-Lab46.674269.4946-7.8835

#ce227e color RGB value is (206,34,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100010 01111110
Octal 316 42 176
Decimal 206 34 126
Hex CE 22 7E

RGB Percentages of Color #ce227e

%56.28
%9.29
%34.43

CMYK Percentages of Color #ce227e

%0
%83
%39
%19

Triadic Colors of #ce227e

#ce227e #7ece22 #227ece

Analogous Colors of #ce227e

#ce227e #ce2228 #c822ce

Monochromatic Colors of #ce227e

#ce227e

Complementary Color

#ce227e #22ce72

#ce227e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce227e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce227e Color CSS Codes

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

#ce227e Text Font Color

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

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


#ce227e Background Color

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

This div background color is #ce227e


#ce227e Border Color

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

This div border color is #ce227e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce227e


Comments

No comments written yet.

Please login to write comment.