Color Hex Logo

#ce744a Color Hex

#CE744A
(206,116,74)
0 Favorites   0 Comments

Color spaces of #ce744a

RGB 20611674
HSL0.050.570.55
HSV19°64°81°
CMYK 0.000.440.64   0.19
XYZ32.935026.10709.7819
Yxy26.10700.47850.3793
Hunter Lab51.095025.641924.4157
CIE-Lab58.138531.628438.2505

#ce744a color RGB value is (206,116,74).

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

The process color (four color CMYK) of #ce744a color hex is 0.00, 0.44, 0.64, 0.19. Web safe color of #ce744a is #cc6633. Color #ce744a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110100 01001010
Octal 316 164 112
Decimal 206 116 74
Hex CE 74 4A

RGB Percentages of Color #ce744a

%52.02
%29.29
%18.69

CMYK Percentages of Color #ce744a

%0
%44
%64
%19

Triadic Colors of #ce744a

#ce744a #4ace74 #744ace

Analogous Colors of #ce744a

#ce744a #ceb64a #ce4a62

Monochromatic Colors of #ce744a

#ce744a

Complementary Color

#ce744a #4aa4ce

#ce744a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce744a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce744a Color CSS Codes

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

#ce744a Text Font Color

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

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


#ce744a Background Color

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

This div background color is #ce744a


#ce744a Border Color

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

This div border color is #ce744a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce744a


Comments

No comments written yet.

Please login to write comment.