Color Hex Logo

#ce7880 Color Hex

#CE7880
(206,120,128)
0 Favorites   0 Comments

Color spaces of #ce7880

RGB 206120128
HSL0.980.470.64
HSV354°42°81°
CMYK 0.000.420.38   0.19
XYZ36.066428.113323.9476
Yxy28.11330.40930.3190
Hunter Lab53.022028.630110.3368
CIE-Lab59.991034.438510.2939

#ce7880 color RGB value is (206,120,128).

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

The process color (four color CMYK) of #ce7880 color hex is 0.00, 0.42, 0.38, 0.19. Web safe color of #ce7880 is #cc6699. Color #ce7880 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111000 10000000
Octal 316 170 200
Decimal 206 120 128
Hex CE 78 80

RGB Percentages of Color #ce7880

%45.37
%26.43
%28.19

CMYK Percentages of Color #ce7880

%0
%42
%38
%19

Triadic Colors of #ce7880

#ce7880 #80ce78 #7880ce

Analogous Colors of #ce7880

#ce7880 #ce9b78 #ce78ab

Monochromatic Colors of #ce7880

#ce7880

Complementary Color

#ce7880 #78cec6

#ce7880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7880 Color CSS Codes

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

#ce7880 Text Font Color

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

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


#ce7880 Background Color

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

This div background color is #ce7880


#ce7880 Border Color

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

This div border color is #ce7880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7880


Comments

No comments written yet.

Please login to write comment.