Color Hex Logo

#ce80ba Color Hex

#CE80BA
(206,128,186)
0 Favorites   0 Comments

Color spaces of #ce80ba

RGB 206128186
HSL0.880.440.65
HSV315°38°81°
CMYK 0.000.380.10   0.19
XYZ42.035732.105350.4358
Yxy32.10530.33740.2577
Hunter Lab56.661533.2667-13.1124
CIE-Lab63.429838.5760-17.7993

#ce80ba color RGB value is (206,128,186).

#ce80ba hex color red value is 206, green value is 128 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ce80ba hue: 0.88 , saturation: 0.44 and the lightness value of ce80ba is 0.65.

The process color (four color CMYK) of #ce80ba color hex is 0.00, 0.38, 0.10, 0.19. Web safe color of #ce80ba is #cc99cc. Color #ce80ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000000 10111010
Octal 316 200 272
Decimal 206 128 186
Hex CE 80 BA

RGB Percentages of Color #ce80ba

%39.62
%24.62
%35.77

CMYK Percentages of Color #ce80ba

%0
%38
%10
%19

Triadic Colors of #ce80ba

#ce80ba #bace80 #80bace

Analogous Colors of #ce80ba

#ce80ba #ce8093 #bb80ce

Monochromatic Colors of #ce80ba

#ce80ba

Complementary Color

#ce80ba #80ce94

#ce80ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce80ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce80ba Color CSS Codes

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

#ce80ba Text Font Color

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

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


#ce80ba Background Color

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

This div background color is #ce80ba


#ce80ba Border Color

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

This div border color is #ce80ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce80ba


Comments

No comments written yet.

Please login to write comment.