Color Hex Logo

#ce535e Color Hex

#CE535E
(206,83,94)
0 Favorites   0 Comments

Color spaces of #ce535e

RGB 2068394
HSL0.990.560.57
HSV355°60°81°
CMYK 0.000.600.54   0.19
XYZ30.567220.116512.8615
Yxy20.11650.48100.3166
Hunter Lab44.851443.161614.3941
CIE-Lab51.968749.596119.0562

#ce535e color RGB value is (206,83,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010011 01011110
Octal 316 123 136
Decimal 206 83 94
Hex CE 53 5E

RGB Percentages of Color #ce535e

%53.79
%21.67
%24.54

CMYK Percentages of Color #ce535e

%0
%60
%54
%19

Triadic Colors of #ce535e

#ce535e #5ece53 #535ece

Analogous Colors of #ce535e

#ce535e #ce8653 #ce539c

Monochromatic Colors of #ce535e

#ce535e

Complementary Color

#ce535e #53cec3

#ce535e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce535e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce535e Color CSS Codes

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

#ce535e Text Font Color

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

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


#ce535e Background Color

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

This div background color is #ce535e


#ce535e Border Color

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

This div border color is #ce535e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce535e


Comments

No comments written yet.

Please login to write comment.