Color Hex Logo

#c271bb Color Hex

#C271BB
(194,113,187)
0 Favorites   0 Comments

Color spaces of #c271bb

RGB 194113187
HSL0.850.400.60
HSV305°42°76°
CMYK 0.000.420.04   0.24
XYZ37.122926.867450.2431
Yxy26.86740.32500.2352
Hunter Lab51.833837.1311-21.1869
CIE-Lab58.851442.8511-25.4958

#c271bb color RGB value is (194,113,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110001 10111011
Octal 302 161 273
Decimal 194 113 187
Hex C2 71 BB

RGB Percentages of Color #c271bb

%39.27
%22.87
%37.85

CMYK Percentages of Color #c271bb

%0
%42
%4
%24

Triadic Colors of #c271bb

#c271bb #bbc271 #71bbc2

Analogous Colors of #c271bb

#c271bb #c27193 #a171c2

Monochromatic Colors of #c271bb

#c271bb

Complementary Color

#c271bb #71c278

#c271bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c271bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c271bb Color CSS Codes

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

#c271bb Text Font Color

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

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


#c271bb Background Color

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

This div background color is #c271bb


#c271bb Border Color

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

This div border color is #c271bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c271bb


Comments

No comments written yet.

Please login to write comment.