Color Hex Logo

#c371bb Color Hex

#C371BB
(195,113,187)
0 Favorites   0 Comments

Color spaces of #c371bb

RGB 195113187
HSL0.850.410.60
HSV306°42°76°
CMYK 0.000.420.04   0.24
XYZ37.380427.000250.2551
Yxy27.00020.32610.2355
Hunter Lab51.961737.4769-20.9695
CIE-Lab58.974543.1635-25.2958

#c371bb color RGB value is (195,113,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110001 10111011
Octal 303 161 273
Decimal 195 113 187
Hex C3 71 BB

RGB Percentages of Color #c371bb

%39.39
%22.83
%37.78

CMYK Percentages of Color #c371bb

%0
%42
%4
%24

Triadic Colors of #c371bb

#c371bb #bbc371 #71bbc3

Analogous Colors of #c371bb

#c371bb #c37192 #a271c3

Monochromatic Colors of #c371bb

#c371bb

Complementary Color

#c371bb #71c379

#c371bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c371bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c371bb Color CSS Codes

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

#c371bb Text Font Color

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

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


#c371bb Background Color

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

This div background color is #c371bb


#c371bb Border Color

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

This div border color is #c371bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c371bb


Comments

No comments written yet.

Please login to write comment.