Color Hex Logo

#ce566d Color Hex

#CE566D
(206,86,109)
0 Favorites   0 Comments

Color spaces of #ce566d

RGB 20686109
HSL0.970.550.57
HSV349°58°81°
CMYK 0.000.580.47   0.19
XYZ31.541720.881516.8361
Yxy20.88150.45540.3015
Hunter Lab45.696343.240510.1429
CIE-Lab52.819649.530911.3073

#ce566d color RGB value is (206,86,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010110 01101101
Octal 316 126 155
Decimal 206 86 109
Hex CE 56 6D

RGB Percentages of Color #ce566d

%51.37
%21.45
%27.18

CMYK Percentages of Color #ce566d

%0
%58
%47
%19

Triadic Colors of #ce566d

#ce566d #6dce56 #566dce

Analogous Colors of #ce566d

#ce566d #ce7b56 #ce56a9

Monochromatic Colors of #ce566d

#ce566d

Complementary Color

#ce566d #56ceb7

#ce566d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce566d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce566d Color CSS Codes

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

#ce566d Text Font Color

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

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


#ce566d Background Color

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

This div background color is #ce566d


#ce566d Border Color

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

This div border color is #ce566d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce566d


Comments

No comments written yet.

Please login to write comment.