Color Hex Logo

#ce7350 Color Hex

#CE7350
(206,115,80)
0 Favorites   0 Comments

Color spaces of #ce7350

RGB 20611580
HSL0.050.560.56
HSV17°61°81°
CMYK 0.000.440.61   0.19
XYZ33.032325.962510.8597
Yxy25.96250.47290.3717
Hunter Lab50.953426.550323.0309
CIE-Lab58.001432.564634.8383

#ce7350 color RGB value is (206,115,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110011 01010000
Octal 316 163 120
Decimal 206 115 80
Hex CE 73 50

RGB Percentages of Color #ce7350

%51.37
%28.68
%19.95

CMYK Percentages of Color #ce7350

%0
%44
%61
%19

Triadic Colors of #ce7350

#ce7350 #50ce73 #7350ce

Analogous Colors of #ce7350

#ce7350 #ceb250 #ce506c

Monochromatic Colors of #ce7350

#ce7350

Complementary Color

#ce7350 #50abce

#ce7350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7350 Color CSS Codes

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

#ce7350 Text Font Color

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

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


#ce7350 Background Color

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

This div background color is #ce7350


#ce7350 Border Color

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

This div border color is #ce7350


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,115,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 #ce7350">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7350


Comments

No comments written yet.

Please login to write comment.