Color Hex Logo

#c280bb Color Hex

#C280BB
(194,128,187)
0 Favorites   0 Comments

Color spaces of #c280bb

RGB 194128187
HSL0.850.350.63
HSV306°34°76°
CMYK 0.000.340.04   0.24
XYZ38.936930.495550.8477
Yxy30.49550.32370.2535
Hunter Lab55.222729.2185-15.9368
CIE-Lab62.079434.7958-20.5477

#c280bb color RGB value is (194,128,187).

#c280bb hex color red value is 194, green value is 128 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c280bb hue: 0.85 , saturation: 0.35 and the lightness value of c280bb is 0.63.

The process color (four color CMYK) of #c280bb color hex is 0.00, 0.34, 0.04, 0.24. Web safe color of #c280bb is #cc99cc. Color #c280bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000000 10111011
Octal 302 200 273
Decimal 194 128 187
Hex C2 80 BB

RGB Percentages of Color #c280bb

%38.11
%25.15
%36.74

CMYK Percentages of Color #c280bb

%0
%34
%4
%24

Triadic Colors of #c280bb

#c280bb #bbc280 #80bbc2

Analogous Colors of #c280bb

#c280bb #c2809a #a880c2

Monochromatic Colors of #c280bb

#c280bb

Complementary Color

#c280bb #80c287

#c280bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c280bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c280bb Color CSS Codes

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

#c280bb Text Font Color

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

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


#c280bb Background Color

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

This div background color is #c280bb


#c280bb Border Color

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

This div border color is #c280bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c280bb


Comments

No comments written yet.

Please login to write comment.