Color Hex Logo

#ce057e Color Hex

#CE057E
(206,5,126)
0 Favorites   0 Comments

Color spaces of #ce057e

RGB 2065126
HSL0.900.950.41
HSV324°98°81°
CMYK 0.000.980.39   0.19
XYZ29.273814.736721.0402
Yxy14.73670.45000.2265
Hunter Lab38.388468.9388-5.6242
CIE-Lab45.271473.5620-9.9868

#ce057e color RGB value is (206,5,126).

#ce057e hex color red value is 206, green value is 5 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ce057e hue: 0.90 , saturation: 0.95 and the lightness value of ce057e is 0.41.

The process color (four color CMYK) of #ce057e color hex is 0.00, 0.98, 0.39, 0.19. Web safe color of #ce057e is #cc0066. Color #ce057e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000101 01111110
Octal 316 5 176
Decimal 206 5 126
Hex CE 5 7E

RGB Percentages of Color #ce057e

%61.13
%1.48
%37.39

CMYK Percentages of Color #ce057e

%0
%98
%39
%19

Triadic Colors of #ce057e

#ce057e #7ece05 #057ece

Analogous Colors of #ce057e

#ce057e #ce051a #ba05ce

Monochromatic Colors of #ce057e

#ce057e

Complementary Color

#ce057e #05ce55

#ce057e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce057e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce057e Color CSS Codes

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

#ce057e Text Font Color

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

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


#ce057e Background Color

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

This div background color is #ce057e


#ce057e Border Color

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

This div border color is #ce057e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce057e


Comments

No comments written yet.

Please login to write comment.