Color Hex Logo

#ce565c Color Hex

#CE565C
(206,86,92)
0 Favorites   0 Comments

Color spaces of #ce565c

RGB 2068692
HSL0.990.550.57
HSV357°58°81°
CMYK 0.000.580.55   0.19
XYZ30.713220.550112.4730
Yxy20.55010.48190.3224
Hunter Lab45.332241.604815.4191
CIE-Lab52.453548.050720.8903

#ce565c color RGB value is (206,86,92).

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

The process color (four color CMYK) of #ce565c color hex is 0.00, 0.58, 0.55, 0.19. Web safe color of #ce565c is #cc6666. Color #ce565c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010110 01011100
Octal 316 126 134
Decimal 206 86 92
Hex CE 56 5C

RGB Percentages of Color #ce565c

%53.65
%22.40
%23.96

CMYK Percentages of Color #ce565c

%0
%58
%55
%19

Triadic Colors of #ce565c

#ce565c #5cce56 #565cce

Analogous Colors of #ce565c

#ce565c #ce8c56 #ce5698

Monochromatic Colors of #ce565c

#ce565c

Complementary Color

#ce565c #56cec8

#ce565c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce565c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce565c Color CSS Codes

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

#ce565c Text Font Color

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

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


#ce565c Background Color

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

This div background color is #ce565c


#ce565c Border Color

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

This div border color is #ce565c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce565c


Comments

No comments written yet.

Please login to write comment.