Color Hex Logo

#ce575b Color Hex

#CE575B
(206,87,91)
0 Favorites   0 Comments

Color spaces of #ce575b

RGB 2068791
HSL0.990.550.57
HSV358°58°81°
CMYK 0.000.580.56   0.19
XYZ30.750120.693512.2711
Yxy20.69350.48260.3248
Hunter Lab45.490141.053515.8494
CIE-Lab52.612447.503321.6912

#ce575b color RGB value is (206,87,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010111 01011011
Octal 316 127 133
Decimal 206 87 91
Hex CE 57 5B

RGB Percentages of Color #ce575b

%53.65
%22.66
%23.70

CMYK Percentages of Color #ce575b

%0
%58
%56
%19

Triadic Colors of #ce575b

#ce575b #5bce57 #575bce

Analogous Colors of #ce575b

#ce575b #ce8f57 #ce5797

Monochromatic Colors of #ce575b

#ce575b

Complementary Color

#ce575b #57ceca

#ce575b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce575b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce575b Color CSS Codes

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

#ce575b Text Font Color

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

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


#ce575b Background Color

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

This div background color is #ce575b


#ce575b Border Color

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

This div border color is #ce575b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce575b


Comments

No comments written yet.

Please login to write comment.