Color Hex Logo

#ce7850 Color Hex

#CE7850
(206,120,80)
0 Favorites   0 Comments

Color spaces of #ce7850

RGB 20612080
HSL0.050.560.56
HSV19°61°81°
CMYK 0.000.420.61   0.19
XYZ33.618027.133911.0549
Yxy27.13390.46820.3779
Hunter Lab52.090224.042523.8803
CIE-Lab59.098129.903336.1766

#ce7850 color RGB value is (206,120,80).

#ce7850 hex color red value is 206, green value is 120 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ce7850 hue: 0.05 , saturation: 0.56 and the lightness value of ce7850 is 0.56.

The process color (four color CMYK) of #ce7850 color hex is 0.00, 0.42, 0.61, 0.19. Web safe color of #ce7850 is #cc6666. Color #ce7850 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111000 01010000
Octal 316 170 120
Decimal 206 120 80
Hex CE 78 50

RGB Percentages of Color #ce7850

%50.74
%29.56
%19.70

CMYK Percentages of Color #ce7850

%0
%42
%61
%19

Triadic Colors of #ce7850

#ce7850 #50ce78 #7850ce

Analogous Colors of #ce7850

#ce7850 #ceb750 #ce5067

Monochromatic Colors of #ce7850

#ce7850

Complementary Color

#ce7850 #50a6ce

#ce7850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7850 Color CSS Codes

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

#ce7850 Text Font Color

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

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


#ce7850 Background Color

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

This div background color is #ce7850


#ce7850 Border Color

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

This div border color is #ce7850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7850


Comments

No comments written yet.

Please login to write comment.