Color Hex Logo

#ce7b7e Color Hex

#CE7B7E
(206,123,126)
0 Favorites   0 Comments

Color spaces of #ce7b7e

RGB 206123126
HSL0.990.460.65
HSV358°40°81°
CMYK 0.000.400.39   0.19
XYZ36.302528.794123.3831
Yxy28.79410.41030.3254
Hunter Lab53.660126.854711.7257
CIE-Lab60.599532.603712.2992

#ce7b7e color RGB value is (206,123,126).

#ce7b7e hex color red value is 206, green value is 123 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ce7b7e hue: 0.99 , saturation: 0.46 and the lightness value of ce7b7e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111011 01111110
Octal 316 173 176
Decimal 206 123 126
Hex CE 7B 7E

RGB Percentages of Color #ce7b7e

%45.27
%27.03
%27.69

CMYK Percentages of Color #ce7b7e

%0
%40
%39
%19

Triadic Colors of #ce7b7e

#ce7b7e #7ece7b #7b7ece

Analogous Colors of #ce7b7e

#ce7b7e #cea27b #ce7ba8

Monochromatic Colors of #ce7b7e

#ce7b7e

Complementary Color

#ce7b7e #7bcecb

#ce7b7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7b7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7b7e Color CSS Codes

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

#ce7b7e Text Font Color

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

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


#ce7b7e Background Color

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

This div background color is #ce7b7e


#ce7b7e Border Color

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

This div border color is #ce7b7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7b7e


Comments

No comments written yet.

Please login to write comment.