Color Hex Logo

#c071ba Color Hex

#C071BA
(192,113,186)
0 Favorites   0 Comments

Color spaces of #c071ba

RGB 192113186
HSL0.850.390.60
HSV305°41°75°
CMYK 0.000.410.03   0.25
XYZ36.506326.561949.6572
Yxy26.56190.32390.2356
Hunter Lab51.538236.2457-21.0493
CIE-Lab58.566642.0437-25.3837

#c071ba color RGB value is (192,113,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110001 10111010
Octal 300 161 272
Decimal 192 113 186
Hex C0 71 BA

RGB Percentages of Color #c071ba

%39.10
%23.01
%37.88

CMYK Percentages of Color #c071ba

%0
%41
%3
%25

Triadic Colors of #c071ba

#c071ba #bac071 #71bac0

Analogous Colors of #c071ba

#c071ba #c07193 #9f71c0

Monochromatic Colors of #c071ba

#c071ba

Complementary Color

#c071ba #71c077

#c071ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c071ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c071ba Color CSS Codes

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

#c071ba Text Font Color

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

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


#c071ba Background Color

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

This div background color is #c071ba


#c071ba Border Color

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

This div border color is #c071ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c071ba


Comments

No comments written yet.

Please login to write comment.