Color Hex Logo

#ce554e Color Hex

#CE554E
(206,85,78)
0 Favorites   0 Comments

Color spaces of #ce554e

RGB 2068578
HSL0.010.570.56
HSV62°81°
CMYK 0.000.590.62   0.19
XYZ30.077220.16899.5155
Yxy20.16890.50330.3375
Hunter Lab44.909840.953718.8745
CIE-Lab52.027647.501628.5352

#ce554e color RGB value is (206,85,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010101 01001110
Octal 316 125 116
Decimal 206 85 78
Hex CE 55 4E

RGB Percentages of Color #ce554e

%55.83
%23.04
%21.14

CMYK Percentages of Color #ce554e

%0
%59
%62
%19

Triadic Colors of #ce554e

#ce554e #4ece55 #554ece

Analogous Colors of #ce554e

#ce554e #ce954e #ce4e87

Monochromatic Colors of #ce554e

#ce554e

Complementary Color

#ce554e #4ec7ce

#ce554e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce554e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce554e Color CSS Codes

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

#ce554e Text Font Color

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

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


#ce554e Background Color

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

This div background color is #ce554e


#ce554e Border Color

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

This div border color is #ce554e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce554e


Comments

No comments written yet.

Please login to write comment.