color codes Logo

#ce535c color codes

#CE535C
(206,83,92)
0 Favorites   0 Comments

Color spaces of #ce535c

RGB 2068392
HSL0.990.560.57
HSV356°60°81°
CMYK 0.000.600.55   0.19
XYZ30.478620.081012.3948
Yxy20.08100.48410.3190
Hunter Lab44.811842.985414.9689
CIE-Lab51.928749.437320.1888

#ce535c color RGB value is (206,83,92).

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

The process color (four color CMYK) of #ce535c color code is 0.00, 0.60, 0.55, 0.19. Web safe color of #ce535c is #cc6666. Color #ce535c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010011 01011100
Octal 316 123 134
Decimal 206 83 92
Hex CE 53 5C

RGB Percentages of Color #ce535c

%54.07
%21.78
%24.15

CMYK Percentages of Color #ce535c

%0
%60
%55
%19

Triadic Colors of #ce535c

#ce535c #5cce53 #535cce

Analogous Colors of #ce535c

#ce535c #ce8853 #ce539a

Monochromatic Colors of #ce535c

#ce535c

Complementary Color

#ce535c #53cec5

#ce535c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce535c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce535c Color CSS Codes

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

#ce535c Text Font Color

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

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


#ce535c Background Color

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

This div background color is #ce535c


#ce535c Border Color

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

This div border color is #ce535c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce535c

#ce535c Color Palettes


Comments

No comments written yet.

Please login to write comment.