Color Hex Logo

#c71bba Color Hex

#C71BBA
(199,27,186)
0 Favorites   0 Comments

Color spaces of #c71bba

RGB 19927186
HSL0.850.760.44
HSV305°86°78°
CMYK 0.000.860.07   0.22
XYZ32.808016.471247.9044
Yxy16.47120.33760.1695
Hunter Lab40.584773.2731-41.5740
CIE-Lab47.586776.6581-42.4815

#c71bba color RGB value is (199,27,186).

#c71bba hex color red value is 199, green value is 27 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c71bba hue: 0.85 , saturation: 0.76 and the lightness value of c71bba is 0.44.

The process color (four color CMYK) of #c71bba color hex is 0.00, 0.86, 0.07, 0.22. Web safe color of #c71bba is #cc33cc. Color #c71bba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011011 10111010
Octal 307 33 272
Decimal 199 27 186
Hex C7 1B BA

RGB Percentages of Color #c71bba

%48.30
%6.55
%45.15

CMYK Percentages of Color #c71bba

%0
%86
%7
%22

Triadic Colors of #c71bba

#c71bba #bac71b #1bbac7

Analogous Colors of #c71bba

#c71bba #c71b64 #7e1bc7

Monochromatic Colors of #c71bba

#c71bba

Complementary Color

#c71bba #1bc728

#c71bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71bba Color CSS Codes

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

#c71bba Text Font Color

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

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


#c71bba Background Color

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

This div background color is #c71bba


#c71bba Border Color

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

This div border color is #c71bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71bba


Comments

No comments written yet.

Please login to write comment.