Color Hex Logo

#ce752c Color Hex

#CE752C
(206,117,44)
0 Favorites   0 Comments

Color spaces of #ce752c

RGB 20611744
HSL0.080.650.49
HSV27°79°81°
CMYK 0.000.430.79   0.19
XYZ32.269526.02625.7056
Yxy26.02620.50420.4067
Hunter Lab51.015923.630329.0801
CIE-Lab58.061929.576852.8512

#ce752c color RGB value is (206,117,44).

#ce752c hex color red value is 206, green value is 117 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ce752c hue: 0.08 , saturation: 0.65 and the lightness value of ce752c is 0.49.

The process color (four color CMYK) of #ce752c color hex is 0.00, 0.43, 0.79, 0.19. Web safe color of #ce752c is #cc6633. Color #ce752c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110101 00101100
Octal 316 165 54
Decimal 206 117 44
Hex CE 75 2C

RGB Percentages of Color #ce752c

%56.13
%31.88
%11.99

CMYK Percentages of Color #ce752c

%0
%43
%79
%19

Triadic Colors of #ce752c

#ce752c #2cce75 #752cce

Analogous Colors of #ce752c

#ce752c #cec62c #ce2c34

Monochromatic Colors of #ce752c

#ce752c

Complementary Color

#ce752c #2c85ce

#ce752c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce752c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce752c Color CSS Codes

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

#ce752c Text Font Color

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

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


#ce752c Background Color

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

This div background color is #ce752c


#ce752c Border Color

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

This div border color is #ce752c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce752c


Comments

No comments written yet.

Please login to write comment.