Color Hex Logo

#ce767d Color Hex

#CE767D
(206,118,125)
0 Favorites   0 Comments

Color spaces of #ce767d

RGB 206118125
HSL0.990.470.64
HSV355°43°81°
CMYK 0.000.430.39   0.19
XYZ35.633727.559322.8434
Yxy27.55930.41420.3203
Hunter Lab52.497029.291910.9486
CIE-Lab59.488535.150911.3123

#ce767d color RGB value is (206,118,125).

#ce767d hex color red value is 206, green value is 118 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ce767d hue: 0.99 , saturation: 0.47 and the lightness value of ce767d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110110 01111101
Octal 316 166 175
Decimal 206 118 125
Hex CE 76 7D

RGB Percentages of Color #ce767d

%45.88
%26.28
%27.84

CMYK Percentages of Color #ce767d

%0
%43
%39
%19

Triadic Colors of #ce767d

#ce767d #7dce76 #767dce

Analogous Colors of #ce767d

#ce767d #ce9b76 #ce76a9

Monochromatic Colors of #ce767d

#ce767d

Complementary Color

#ce767d #76cec7

#ce767d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce767d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce767d Color CSS Codes

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

#ce767d Text Font Color

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

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


#ce767d Background Color

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

This div background color is #ce767d


#ce767d Border Color

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

This div border color is #ce767d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce767d


Comments

No comments written yet.

Please login to write comment.