Color Hex Logo

#ce7432 Color Hex

#CE7432
(206,116,50)
0 Favorites   0 Comments

Color spaces of #ce7432

RGB 20611650
HSL0.070.610.50
HSV25°76°81°
CMYK 0.000.440.76   0.19
XYZ32.274725.84296.3047
Yxy25.84290.50100.4011
Hunter Lab50.835924.363228.2320
CIE-Lab57.887630.346850.0179

#ce7432 color RGB value is (206,116,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110100 00110010
Octal 316 164 62
Decimal 206 116 50
Hex CE 74 32

RGB Percentages of Color #ce7432

%55.38
%31.18
%13.44

CMYK Percentages of Color #ce7432

%0
%44
%76
%19

Triadic Colors of #ce7432

#ce7432 #32ce74 #7432ce

Analogous Colors of #ce7432

#ce7432 #cec232 #ce323e

Monochromatic Colors of #ce7432

#ce7432

Complementary Color

#ce7432 #328cce

#ce7432 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7432 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7432 Color CSS Codes

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

#ce7432 Text Font Color

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

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


#ce7432 Background Color

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

This div background color is #ce7432


#ce7432 Border Color

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

This div border color is #ce7432


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7432


Comments

No comments written yet.

Please login to write comment.