Color Hex Logo

#c277bb Color Hex

#C277BB
(194,119,187)
0 Favorites   0 Comments

Color spaces of #c277bb

RGB 194119187
HSL0.850.380.61
HSV306°39°76°
CMYK 0.000.390.04   0.24
XYZ37.814628.250850.4736
Yxy28.25080.32450.2424
Hunter Lab53.151533.9787-19.0968
CIE-Lab60.114639.6620-23.5537

#c277bb color RGB value is (194,119,187).

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

The process color (four color CMYK) of #c277bb color hex is 0.00, 0.39, 0.04, 0.24. Web safe color of #c277bb is #cc66cc. Color #c277bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110111 10111011
Octal 302 167 273
Decimal 194 119 187
Hex C2 77 BB

RGB Percentages of Color #c277bb

%38.80
%23.80
%37.40

CMYK Percentages of Color #c277bb

%0
%39
%4
%24

Triadic Colors of #c277bb

#c277bb #bbc277 #77bbc2

Analogous Colors of #c277bb

#c277bb #c27796 #a477c2

Monochromatic Colors of #c277bb

#c277bb

Complementary Color

#c277bb #77c27e

#c277bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c277bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c277bb Color CSS Codes

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

#c277bb Text Font Color

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

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


#c277bb Background Color

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

This div background color is #c277bb


#c277bb Border Color

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

This div border color is #c277bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,119,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 #c277bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c277bb


Comments

No comments written yet.

Please login to write comment.