Color Hex Logo

#c780bf Color Hex

#C780BF
(199,128,191)
0 Favorites   0 Comments

Color spaces of #c780bf

RGB 199128191
HSL0.850.390.64
HSV307°36°78°
CMYK 0.000.360.04   0.22
XYZ40.676331.342053.1960
Yxy31.34200.32490.2503
Hunter Lab55.983931.7211-17.1487
CIE-Lab62.795337.1595-21.6663

#c780bf color RGB value is (199,128,191).

#c780bf hex color red value is 199, green value is 128 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c780bf hue: 0.85 , saturation: 0.39 and the lightness value of c780bf is 0.64.

The process color (four color CMYK) of #c780bf color hex is 0.00, 0.36, 0.04, 0.22. Web safe color of #c780bf is #cc99cc. Color #c780bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000000 10111111
Octal 307 200 277
Decimal 199 128 191
Hex C7 80 BF

RGB Percentages of Color #c780bf

%38.42
%24.71
%36.87

CMYK Percentages of Color #c780bf

%0
%36
%4
%22

Triadic Colors of #c780bf

#c780bf #bfc780 #80bfc7

Analogous Colors of #c780bf

#c780bf #c7809c #ac80c7

Monochromatic Colors of #c780bf

#c780bf

Complementary Color

#c780bf #80c788

#c780bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c780bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c780bf Color CSS Codes

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

#c780bf Text Font Color

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

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


#c780bf Background Color

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

This div background color is #c780bf


#c780bf Border Color

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

This div border color is #c780bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c780bf


Comments

No comments written yet.

Please login to write comment.