Color Hex Logo

#ce535f Color Hex

#CE535F
(206,83,95)
0 Favorites   0 Comments

Color spaces of #ce535f

RGB 2068395
HSL0.980.560.57
HSV354°60°81°
CMYK 0.000.600.54   0.19
XYZ30.612420.134513.0994
Yxy20.13450.47950.3154
Hunter Lab44.871543.251914.1014
CIE-Lab51.988949.677518.4897

#ce535f color RGB value is (206,83,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010011 01011111
Octal 316 123 137
Decimal 206 83 95
Hex CE 53 5F

RGB Percentages of Color #ce535f

%53.65
%21.61
%24.74

CMYK Percentages of Color #ce535f

%0
%60
%54
%19

Triadic Colors of #ce535f

#ce535f #5fce53 #535fce

Analogous Colors of #ce535f

#ce535f #ce8553 #ce539d

Monochromatic Colors of #ce535f

#ce535f

Complementary Color

#ce535f #53cec2

#ce535f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce535f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce535f Color CSS Codes

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

#ce535f Text Font Color

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

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


#ce535f Background Color

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

This div background color is #ce535f


#ce535f Border Color

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

This div border color is #ce535f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce535f


Comments

No comments written yet.

Please login to write comment.