Color Hex Logo

#ce559b Color Hex

#CE559B
(206,85,155)
0 Favorites   0 Comments

Color spaces of #ce559b

RGB 20685155
HSL0.900.550.57
HSV325°59°81°
CMYK 0.000.590.25   0.19
XYZ34.618521.985433.4294
Yxy21.98540.38450.2442
Hunter Lab46.888649.7340-9.4490
CIE-Lab54.011555.3017-14.2136

#ce559b color RGB value is (206,85,155).

#ce559b hex color red value is 206, green value is 85 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ce559b hue: 0.90 , saturation: 0.55 and the lightness value of ce559b is 0.57.

The process color (four color CMYK) of #ce559b color hex is 0.00, 0.59, 0.25, 0.19. Web safe color of #ce559b is #cc6699. Color #ce559b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010101 10011011
Octal 316 125 233
Decimal 206 85 155
Hex CE 55 9B

RGB Percentages of Color #ce559b

%46.19
%19.06
%34.75

CMYK Percentages of Color #ce559b

%0
%59
%25
%19

Triadic Colors of #ce559b

#ce559b #9bce55 #559bce

Analogous Colors of #ce559b

#ce559b #ce555f #c555ce

Monochromatic Colors of #ce559b

#ce559b

Complementary Color

#ce559b #55ce88

#ce559b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce559b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce559b Color CSS Codes

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

#ce559b Text Font Color

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

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


#ce559b Background Color

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

This div background color is #ce559b


#ce559b Border Color

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

This div border color is #ce559b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce559b


Comments

No comments written yet.

Please login to write comment.