Color Hex Logo

#ce824b Color Hex

#CE824B
(206,130,75)
0 Favorites   0 Comments

Color spaces of #ce824b

RGB 20613075
HSL0.070.570.55
HSV25°64°81°
CMYK 0.000.370.64   0.19
XYZ34.706229.595110.5398
Yxy29.59510.46370.3954
Hunter Lab54.401418.674426.5940
CIE-Lab61.303324.172941.4509

#ce824b color RGB value is (206,130,75).

#ce824b hex color red value is 206, green value is 130 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ce824b hue: 0.07 , saturation: 0.57 and the lightness value of ce824b is 0.55.

The process color (four color CMYK) of #ce824b color hex is 0.00, 0.37, 0.64, 0.19. Web safe color of #ce824b is #cc9933. Color #ce824b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000010 01001011
Octal 316 202 113
Decimal 206 130 75
Hex CE 82 4B

RGB Percentages of Color #ce824b

%50.12
%31.63
%18.25

CMYK Percentages of Color #ce824b

%0
%37
%64
%19

Triadic Colors of #ce824b

#ce824b #4bce82 #824bce

Analogous Colors of #ce824b

#ce824b #cec44b #ce4b56

Monochromatic Colors of #ce824b

#ce824b

Complementary Color

#ce824b #4b97ce

#ce824b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce824b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce824b Color CSS Codes

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

#ce824b Text Font Color

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

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


#ce824b Background Color

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

This div background color is #ce824b


#ce824b Border Color

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

This div border color is #ce824b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce824b


Comments

No comments written yet.

Please login to write comment.