Color Hex Logo

#ce765d Color Hex

#CE765D
(206,118,93)
0 Favorites   0 Comments

Color spaces of #ce765d

RGB 20611893
HSL0.040.540.59
HSV13°55°81°
CMYK 0.000.430.55   0.19
XYZ33.907826.869013.7550
Yxy26.86900.45490.3605
Hunter Lab51.835326.053020.5515
CIE-Lab58.852931.973328.7037

#ce765d color RGB value is (206,118,93).

#ce765d hex color red value is 206, green value is 118 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ce765d hue: 0.04 , saturation: 0.54 and the lightness value of ce765d is 0.59.

The process color (four color CMYK) of #ce765d color hex is 0.00, 0.43, 0.55, 0.19. Web safe color of #ce765d is #cc6666. Color #ce765d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110110 01011101
Octal 316 166 135
Decimal 206 118 93
Hex CE 76 5D

RGB Percentages of Color #ce765d

%49.40
%28.30
%22.30

CMYK Percentages of Color #ce765d

%0
%43
%55
%19

Triadic Colors of #ce765d

#ce765d #5dce76 #765dce

Analogous Colors of #ce765d

#ce765d #ceaf5d #ce5d7d

Monochromatic Colors of #ce765d

#ce765d

Complementary Color

#ce765d #5db5ce

#ce765d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce765d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce765d Color CSS Codes

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

#ce765d Text Font Color

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

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


#ce765d Background Color

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

This div background color is #ce765d


#ce765d Border Color

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

This div border color is #ce765d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce765d


Comments

No comments written yet.

Please login to write comment.