Color Hex Logo

#ce7730 Color Hex

#CE7730
(206,119,48)
0 Favorites   0 Comments

Color spaces of #ce7730

RGB 20611948
HSL0.070.620.50
HSV27°77°81°
CMYK 0.000.420.77   0.19
XYZ32.583926.52896.1995
Yxy26.52890.49890.4062
Hunter Lab51.506222.786928.9180
CIE-Lab58.535728.663751.5681

#ce7730 color RGB value is (206,119,48).

#ce7730 hex color red value is 206, green value is 119 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ce7730 hue: 0.07 , saturation: 0.62 and the lightness value of ce7730 is 0.50.

The process color (four color CMYK) of #ce7730 color hex is 0.00, 0.42, 0.77, 0.19. Web safe color of #ce7730 is #cc6633. Color #ce7730 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110111 00110000
Octal 316 167 60
Decimal 206 119 48
Hex CE 77 30

RGB Percentages of Color #ce7730

%55.23
%31.90
%12.87

CMYK Percentages of Color #ce7730

%0
%42
%77
%19

Triadic Colors of #ce7730

#ce7730 #30ce77 #7730ce

Analogous Colors of #ce7730

#ce7730 #cec630 #ce3038

Monochromatic Colors of #ce7730

#ce7730

Complementary Color

#ce7730 #3087ce

#ce7730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7730 Color CSS Codes

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

#ce7730 Text Font Color

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

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


#ce7730 Background Color

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

This div background color is #ce7730


#ce7730 Border Color

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

This div border color is #ce7730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7730


Comments

No comments written yet.

Please login to write comment.