Color Hex Logo

#c731bb Color Hex

#C731BB
(199,49,187)
0 Favorites   0 Comments

Color spaces of #c731bb

RGB 19949187
HSL0.850.600.49
HSV305°75°78°
CMYK 0.000.750.06   0.22
XYZ33.621117.926648.7019
Yxy17.92660.33540.1788
Hunter Lab42.339867.6482-38.5612
CIE-Lab49.407071.6861-40.1826

#c731bb color RGB value is (199,49,187).

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

The process color (four color CMYK) of #c731bb color hex is 0.00, 0.75, 0.06, 0.22. Web safe color of #c731bb is #cc33cc. Color #c731bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00110001 10111011
Octal 307 61 273
Decimal 199 49 187
Hex C7 31 BB

RGB Percentages of Color #c731bb

%45.75
%11.26
%42.99

CMYK Percentages of Color #c731bb

%0
%75
%6
%22

Triadic Colors of #c731bb

#c731bb #bbc731 #31bbc7

Analogous Colors of #c731bb

#c731bb #c73170 #8831c7

Monochromatic Colors of #c731bb

#c731bb

Complementary Color

#c731bb #31c73d

#c731bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c731bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c731bb Color CSS Codes

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

#c731bb Text Font Color

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

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


#c731bb Background Color

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

This div background color is #c731bb


#c731bb Border Color

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

This div border color is #c731bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c731bb


Comments

No comments written yet.

Please login to write comment.