Color Hex Logo

#ce585e Color Hex

#CE585E
(206,88,94)
0 Favorites   0 Comments

Color spaces of #ce585e

RGB 2068894
HSL0.990.550.58
HSV357°57°81°
CMYK 0.000.570.54   0.19
XYZ30.963720.909412.9936
Yxy20.90940.47730.3223
Hunter Lab45.726840.848615.1611
CIE-Lab52.850247.271320.2412

#ce585e color RGB value is (206,88,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011000 01011110
Octal 316 130 136
Decimal 206 88 94
Hex CE 58 5E

RGB Percentages of Color #ce585e

%53.09
%22.68
%24.23

CMYK Percentages of Color #ce585e

%0
%57
%54
%19

Triadic Colors of #ce585e

#ce585e #5ece58 #585ece

Analogous Colors of #ce585e

#ce585e #ce8d58 #ce5899

Monochromatic Colors of #ce585e

#ce585e

Complementary Color

#ce585e #58cec8

#ce585e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce585e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce585e Color CSS Codes

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

#ce585e Text Font Color

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

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


#ce585e Background Color

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

This div background color is #ce585e


#ce585e Border Color

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

This div border color is #ce585e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce585e


Comments

No comments written yet.

Please login to write comment.