Color Hex Logo

#ce5b58 Color Hex

#CE5B58
(206,91,88)
0 Favorites   0 Comments

Color spaces of #ce5b58

RGB 2069188
HSL0.000.550.58
HSV57°81°
CMYK 0.000.560.57   0.19
XYZ30.956121.308611.7139
Yxy21.30860.48390.3331
Hunter Lab46.161238.921417.2674
CIE-Lab53.285645.366424.3368

#ce5b58 color RGB value is (206,91,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011011 01011000
Octal 316 133 130
Decimal 206 91 88
Hex CE 5B 58

RGB Percentages of Color #ce5b58

%53.51
%23.64
%22.86

CMYK Percentages of Color #ce5b58

%0
%56
%57
%19

Triadic Colors of #ce5b58

#ce5b58 #58ce5b #5b58ce

Analogous Colors of #ce5b58

#ce5b58 #ce9658 #ce5890

Monochromatic Colors of #ce5b58

#ce5b58

Complementary Color

#ce5b58 #58cbce

#ce5b58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5b58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5b58 Color CSS Codes

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

#ce5b58 Text Font Color

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

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


#ce5b58 Background Color

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

This div background color is #ce5b58


#ce5b58 Border Color

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

This div border color is #ce5b58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5b58


Comments

No comments written yet.

Please login to write comment.