Color Hex Logo

#ce533d Color Hex

#CE533D
(206,83,61)
0 Favorites   0 Comments

Color spaces of #ce533d

RGB 2068361
HSL0.030.600.52
HSV70°81°
CMYK 0.000.600.70   0.19
XYZ29.389219.64526.6578
Yxy19.64520.52770.3527
Hunter Lab44.322940.793022.1200
CIE-Lab51.433747.443837.4721

#ce533d color RGB value is (206,83,61).

#ce533d hex color red value is 206, green value is 83 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ce533d hue: 0.03 , saturation: 0.60 and the lightness value of ce533d is 0.52.

The process color (four color CMYK) of #ce533d color hex is 0.00, 0.60, 0.70, 0.19. Web safe color of #ce533d is #cc6633. Color #ce533d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010011 00111101
Octal 316 123 75
Decimal 206 83 61
Hex CE 53 3D

RGB Percentages of Color #ce533d

%58.86
%23.71
%17.43

CMYK Percentages of Color #ce533d

%0
%60
%70
%19

Triadic Colors of #ce533d

#ce533d #3dce53 #533dce

Analogous Colors of #ce533d

#ce533d #ce9c3d #ce3d70

Monochromatic Colors of #ce533d

#ce533d

Complementary Color

#ce533d #3db8ce

#ce533d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce533d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce533d Color CSS Codes

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

#ce533d Text Font Color

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

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


#ce533d Background Color

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

This div background color is #ce533d


#ce533d Border Color

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

This div border color is #ce533d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce533d


Comments

No comments written yet.

Please login to write comment.