Color Hex Logo

#ce556a Color Hex

#CE556A
(206,85,106)
0 Favorites   0 Comments

Color spaces of #ce556a

RGB 20685106
HSL0.970.550.57
HSV350°59°81°
CMYK 0.000.590.49   0.19
XYZ31.303620.659415.9735
Yxy20.65940.46080.3041
Hunter Lab45.452643.392410.9804
CIE-Lab52.574749.713112.7506

#ce556a color RGB value is (206,85,106).

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

The process color (four color CMYK) of #ce556a color hex is 0.00, 0.59, 0.49, 0.19. Web safe color of #ce556a is #cc6666. Color #ce556a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010101 01101010
Octal 316 125 152
Decimal 206 85 106
Hex CE 55 6A

RGB Percentages of Color #ce556a

%51.89
%21.41
%26.70

CMYK Percentages of Color #ce556a

%0
%59
%49
%19

Triadic Colors of #ce556a

#ce556a #6ace55 #556ace

Analogous Colors of #ce556a

#ce556a #ce7d55 #ce55a7

Monochromatic Colors of #ce556a

#ce556a

Complementary Color

#ce556a #55ceb9

#ce556a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce556a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce556a Color CSS Codes

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

#ce556a Text Font Color

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

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


#ce556a Background Color

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

This div background color is #ce556a


#ce556a Border Color

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

This div border color is #ce556a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce556a


Comments

No comments written yet.

Please login to write comment.