Color Hex Logo

#c931ba Color Hex

#C931BA
(201,49,186)
0 Favorites   0 Comments

Color spaces of #c931ba

RGB 20149186
HSL0.850.610.49
HSV306°76°79°
CMYK 0.000.760.07   0.21
XYZ34.048618.159348.1649
Yxy18.15930.33920.1809
Hunter Lab42.613768.0484-37.1839
CIE-Lab49.688871.9640-39.1325

#c931ba color RGB value is (201,49,186).

#c931ba hex color red value is 201, green value is 49 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c931ba hue: 0.85 , saturation: 0.61 and the lightness value of c931ba is 0.49.

The process color (four color CMYK) of #c931ba color hex is 0.00, 0.76, 0.07, 0.21. Web safe color of #c931ba is #cc33cc. Color #c931ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110001 10111010
Octal 311 61 272
Decimal 201 49 186
Hex C9 31 BA

RGB Percentages of Color #c931ba

%46.10
%11.24
%42.66

CMYK Percentages of Color #c931ba

%0
%76
%7
%21

Triadic Colors of #c931ba

#c931ba #bac931 #31bac9

Analogous Colors of #c931ba

#c931ba #c9316e #8c31c9

Monochromatic Colors of #c931ba

#c931ba

Complementary Color

#c931ba #31c940

#c931ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c931ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c931ba Color CSS Codes

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

#c931ba Text Font Color

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

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


#c931ba Background Color

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

This div background color is #c931ba


#c931ba Border Color

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

This div border color is #c931ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c931ba


Comments

No comments written yet.

Please login to write comment.