Color Hex Logo

#ce80be Color Hex

#CE80BE
(206,128,190)
0 Favorites   0 Comments

Color spaces of #ce80be

RGB 206128190
HSL0.870.440.65
HSV312°38°81°
CMYK 0.000.380.08   0.19
XYZ42.467032.277952.7072
Yxy32.27790.33320.2533
Hunter Lab56.813634.0011-15.2350
CIE-Lab63.571939.2620-19.8433

#ce80be color RGB value is (206,128,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000000 10111110
Octal 316 200 276
Decimal 206 128 190
Hex CE 80 BE

RGB Percentages of Color #ce80be

%39.31
%24.43
%36.26

CMYK Percentages of Color #ce80be

%0
%38
%8
%19

Triadic Colors of #ce80be

#ce80be #bece80 #80bece

Analogous Colors of #ce80be

#ce80be #ce8097 #b780ce

Monochromatic Colors of #ce80be

#ce80be

Complementary Color

#ce80be #80ce90

#ce80be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce80be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce80be Color CSS Codes

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

#ce80be Text Font Color

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

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


#ce80be Background Color

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

This div background color is #ce80be


#ce80be Border Color

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

This div border color is #ce80be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce80be


Comments

No comments written yet.

Please login to write comment.