Color Hex Logo

#ce764b Color Hex

#CE764B
(206,118,75)
0 Favorites   0 Comments

Color spaces of #ce764b

RGB 20611875
HSL0.050.570.55
HSV20°64°81°
CMYK 0.000.430.64   0.19
XYZ33.202026.586710.0384
Yxy26.58670.47550.3808
Hunter Lab51.562324.705724.5507
CIE-Lab58.589830.629538.2524

#ce764b color RGB value is (206,118,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110110 01001011
Octal 316 166 113
Decimal 206 118 75
Hex CE 76 4B

RGB Percentages of Color #ce764b

%51.63
%29.57
%18.80

CMYK Percentages of Color #ce764b

%0
%43
%64
%19

Triadic Colors of #ce764b

#ce764b #4bce76 #764bce

Analogous Colors of #ce764b

#ce764b #ceb84b #ce4b62

Monochromatic Colors of #ce764b

#ce764b

Complementary Color

#ce764b #4ba3ce

#ce764b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce764b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce764b Color CSS Codes

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

#ce764b Text Font Color

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

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


#ce764b Background Color

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

This div background color is #ce764b


#ce764b Border Color

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

This div border color is #ce764b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce764b


Comments

No comments written yet.

Please login to write comment.