Color Hex Logo

#c071bd Color Hex

#C071BD
(192,113,189)
0 Favorites   0 Comments

Color spaces of #c071bd

RGB 192113189
HSL0.840.390.60
HSV302°41°75°
CMYK 0.000.410.02   0.25
XYZ36.828726.690851.3549
Yxy26.69080.32060.2323
Hunter Lab51.663136.8354-22.7721
CIE-Lab58.687042.5914-26.9109

#c071bd color RGB value is (192,113,189).

#c071bd hex color red value is 192, green value is 113 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c071bd hue: 0.84 , saturation: 0.39 and the lightness value of c071bd is 0.60.

The process color (four color CMYK) of #c071bd color hex is 0.00, 0.41, 0.02, 0.25. Web safe color of #c071bd is #cc66cc. Color #c071bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110001 10111101
Octal 300 161 275
Decimal 192 113 189
Hex C0 71 BD

RGB Percentages of Color #c071bd

%38.87
%22.87
%38.26

CMYK Percentages of Color #c071bd

%0
%41
%2
%25

Triadic Colors of #c071bd

#c071bd #bdc071 #71bdc0

Analogous Colors of #c071bd

#c071bd #c07196 #9c71c0

Monochromatic Colors of #c071bd

#c071bd

Complementary Color

#c071bd #71c074

#c071bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c071bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c071bd Color CSS Codes

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

#c071bd Text Font Color

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

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


#c071bd Background Color

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

This div background color is #c071bd


#c071bd Border Color

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

This div border color is #c071bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c071bd


Comments

No comments written yet.

Please login to write comment.