Color Hex Logo

#c271ba Color Hex

#C271BA
(194,113,186)
0 Favorites   0 Comments

Color spaces of #c271ba

RGB 194113186
HSL0.850.400.60
HSV306°42°76°
CMYK 0.000.420.04   0.24
XYZ37.016226.824849.6811
Yxy26.82480.32610.2363
Hunter Lab51.792736.9367-20.6179
CIE-Lab58.811842.6712-24.9856

#c271ba color RGB value is (194,113,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110001 10111010
Octal 302 161 272
Decimal 194 113 186
Hex C2 71 BA

RGB Percentages of Color #c271ba

%39.35
%22.92
%37.73

CMYK Percentages of Color #c271ba

%0
%42
%4
%24

Triadic Colors of #c271ba

#c271ba #bac271 #71bac2

Analogous Colors of #c271ba

#c271ba #c27192 #a271c2

Monochromatic Colors of #c271ba

#c271ba

Complementary Color

#c271ba #71c279

#c271ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c271ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c271ba Color CSS Codes

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

#c271ba Text Font Color

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

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


#c271ba Background Color

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

This div background color is #c271ba


#c271ba Border Color

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

This div border color is #c271ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c271ba


Comments

No comments written yet.

Please login to write comment.