Color Hex Logo

#ce049e Color Hex

#CE049E
(206,4,158)
0 Favorites   0 Comments

Color spaces of #ce049e

RGB 2064158
HSL0.870.960.41
HSV314°98°81°
CMYK 0.000.980.23   0.19
XYZ31.668615.677333.7046
Yxy15.67730.39070.1934
Hunter Lab39.594673.4777-22.7540
CIE-Lab46.548277.0261-27.4505

#ce049e color RGB value is (206,4,158).

#ce049e hex color red value is 206, green value is 4 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ce049e hue: 0.87 , saturation: 0.96 and the lightness value of ce049e is 0.41.

The process color (four color CMYK) of #ce049e color hex is 0.00, 0.98, 0.23, 0.19. Web safe color of #ce049e is #cc0099. Color #ce049e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000100 10011110
Octal 316 4 236
Decimal 206 4 158
Hex CE 4 9E

RGB Percentages of Color #ce049e

%55.98
%1.09
%42.93

CMYK Percentages of Color #ce049e

%0
%98
%23
%19

Triadic Colors of #ce049e

#ce049e #9ece04 #049ece

Analogous Colors of #ce049e

#ce049e #ce0439 #9904ce

Monochromatic Colors of #ce049e

#ce049e

Complementary Color

#ce049e #04ce34

#ce049e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce049e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce049e Color CSS Codes

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

#ce049e Text Font Color

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

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


#ce049e Background Color

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

This div background color is #ce049e


#ce049e Border Color

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

This div border color is #ce049e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce049e


Comments

No comments written yet.

Please login to write comment.