Color Hex Logo

#ce564b Color Hex

#CE564B
(206,86,75)
0 Favorites   0 Comments

Color spaces of #ce564b

RGB 2068675
HSL0.010.570.55
HSV64°81°
CMYK 0.000.580.64   0.19
XYZ30.051420.28548.9882
Yxy20.28540.50660.3419
Hunter Lab45.039340.281019.6954
CIE-Lab52.158446.840730.4313

#ce564b color RGB value is (206,86,75).

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

The process color (four color CMYK) of #ce564b color hex is 0.00, 0.58, 0.64, 0.19. Web safe color of #ce564b is #cc6633. Color #ce564b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010110 01001011
Octal 316 126 113
Decimal 206 86 75
Hex CE 56 4B

RGB Percentages of Color #ce564b

%56.13
%23.43
%20.44

CMYK Percentages of Color #ce564b

%0
%58
%64
%19

Triadic Colors of #ce564b

#ce564b #4bce56 #564bce

Analogous Colors of #ce564b

#ce564b #ce984b #ce4b82

Monochromatic Colors of #ce564b

#ce564b

Complementary Color

#ce564b #4bc3ce

#ce564b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce564b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce564b Color CSS Codes

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

#ce564b Text Font Color

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

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


#ce564b Background Color

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

This div background color is #ce564b


#ce564b Border Color

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

This div border color is #ce564b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce564b


Comments

No comments written yet.

Please login to write comment.