Color Hex Logo

#c277bc Color Hex

#C277BC
(194,119,188)
0 Favorites   0 Comments

Color spaces of #c277bc

RGB 194119188
HSL0.850.380.61
HSV305°39°76°
CMYK 0.000.390.03   0.24
XYZ37.922128.293851.0395
Yxy28.29380.32340.2413
Hunter Lab53.191934.1721-19.6565
CIE-Lab60.153239.8438-24.0635

#c277bc color RGB value is (194,119,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110111 10111100
Octal 302 167 274
Decimal 194 119 188
Hex C2 77 BC

RGB Percentages of Color #c277bc

%38.72
%23.75
%37.52

CMYK Percentages of Color #c277bc

%0
%39
%3
%24

Triadic Colors of #c277bc

#c277bc #bcc277 #77bcc2

Analogous Colors of #c277bc

#c277bc #c27797 #a377c2

Monochromatic Colors of #c277bc

#c277bc

Complementary Color

#c277bc #77c27d

#c277bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c277bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c277bc Color CSS Codes

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

#c277bc Text Font Color

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

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


#c277bc Background Color

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

This div background color is #c277bc


#c277bc Border Color

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

This div border color is #c277bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c277bc


Comments

No comments written yet.

Please login to write comment.