Color Hex Logo

#ce055e Color Hex

#CE055E
(206,5,94)
0 Favorites   0 Comments

Color spaces of #ce055e

RGB 206594
HSL0.930.950.41
HSV333°98°81°
CMYK 0.000.980.54   0.19
XYZ27.528214.038511.8485
Yxy14.03850.51540.2628
Hunter Lab37.468065.57727.4783
CIE-Lab44.288170.95108.4609

#ce055e color RGB value is (206,5,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000101 01011110
Octal 316 5 136
Decimal 206 5 94
Hex CE 5 5E

RGB Percentages of Color #ce055e

%67.54
%1.64
%30.82

CMYK Percentages of Color #ce055e

%0
%98
%54
%19

Triadic Colors of #ce055e

#ce055e #5ece05 #055ece

Analogous Colors of #ce055e

#ce055e #ce1005 #ce05c3

Monochromatic Colors of #ce055e

#ce055e

Complementary Color

#ce055e #05ce75

#ce055e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce055e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce055e Color CSS Codes

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

#ce055e Text Font Color

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

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


#ce055e Background Color

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

This div background color is #ce055e


#ce055e Border Color

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

This div border color is #ce055e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce055e


Comments

No comments written yet.

Please login to write comment.