Color Hex Logo

#ce556d Color Hex

#CE556D
(206,85,109)
0 Favorites   0 Comments

Color spaces of #ce556d

RGB 20685109
HSL0.970.550.57
HSV348°59°81°
CMYK 0.000.590.47   0.19
XYZ31.462420.722916.8097
Yxy20.72290.45600.3004
Hunter Lab45.522443.70449.9721
CIE-Lab52.644949.993511.0622

#ce556d color RGB value is (206,85,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010101 01101101
Octal 316 125 155
Decimal 206 85 109
Hex CE 55 6D

RGB Percentages of Color #ce556d

%51.50
%21.25
%27.25

CMYK Percentages of Color #ce556d

%0
%59
%47
%19

Triadic Colors of #ce556d

#ce556d #6dce55 #556dce

Analogous Colors of #ce556d

#ce556d #ce7a55 #ce55aa

Monochromatic Colors of #ce556d

#ce556d

Complementary Color

#ce556d #55ceb6

#ce556d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce556d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce556d Color CSS Codes

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

#ce556d Text Font Color

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

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


#ce556d Background Color

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

This div background color is #ce556d


#ce556d Border Color

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

This div border color is #ce556d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce556d


Comments

No comments written yet.

Please login to write comment.