Color Hex Logo

#ce564e Color Hex

#CE564E
(206,86,78)
0 Favorites   0 Comments

Color spaces of #ce564e

RGB 2068678
HSL0.010.570.56
HSV62°81°
CMYK 0.000.580.62   0.19
XYZ30.156520.32749.5419
Yxy20.32740.50240.3386
Hunter Lab45.085940.492519.0121
CIE-Lab52.205447.034728.7596

#ce564e color RGB value is (206,86,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010110 01001110
Octal 316 126 116
Decimal 206 86 78
Hex CE 56 4E

RGB Percentages of Color #ce564e

%55.68
%23.24
%21.08

CMYK Percentages of Color #ce564e

%0
%58
%62
%19

Triadic Colors of #ce564e

#ce564e #4ece56 #564ece

Analogous Colors of #ce564e

#ce564e #ce964e #ce4e86

Monochromatic Colors of #ce564e

#ce564e

Complementary Color

#ce564e #4ec6ce

#ce564e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce564e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce564e Color CSS Codes

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

#ce564e Text Font Color

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

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


#ce564e Background Color

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

This div background color is #ce564e


#ce564e Border Color

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

This div border color is #ce564e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,86,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 #ce564e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce564e


Comments

No comments written yet.

Please login to write comment.