Color Hex Logo

#ce825d Color Hex

#CE825D
(206,130,93)
0 Favorites   0 Comments

Color spaces of #ce825d

RGB 20613093
HSL0.050.540.59
HSV20°55°81°
CMYK 0.000.370.55   0.19
XYZ35.412029.877414.2564
Yxy29.87740.44520.3756
Hunter Lab54.660219.987122.7982
CIE-Lab61.548325.523132.1462

#ce825d color RGB value is (206,130,93).

#ce825d hex color red value is 206, green value is 130 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ce825d hue: 0.05 , saturation: 0.54 and the lightness value of ce825d is 0.59.

The process color (four color CMYK) of #ce825d color hex is 0.00, 0.37, 0.55, 0.19. Web safe color of #ce825d is #cc9966. Color #ce825d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000010 01011101
Octal 316 202 135
Decimal 206 130 93
Hex CE 82 5D

RGB Percentages of Color #ce825d

%48.02
%30.30
%21.68

CMYK Percentages of Color #ce825d

%0
%37
%55
%19

Triadic Colors of #ce825d

#ce825d #5dce82 #825dce

Analogous Colors of #ce825d

#ce825d #cebb5d #ce5d71

Monochromatic Colors of #ce825d

#ce825d

Complementary Color

#ce825d #5da9ce

#ce825d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce825d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce825d Color CSS Codes

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

#ce825d Text Font Color

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

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


#ce825d Background Color

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

This div background color is #ce825d


#ce825d Border Color

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

This div border color is #ce825d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce825d


Comments

No comments written yet.

Please login to write comment.