Color Hex Logo

#c019ba Color Hex

#C019BA
(192,25,186)
0 Favorites   0 Comments

Color spaces of #c019ba

RGB 19225186
HSL0.840.770.43
HSV302°87°75°
CMYK 0.000.870.03   0.25
XYZ30.948815.446947.8047
Yxy15.44690.32850.1640
Hunter Lab39.302571.7804-44.6042
CIE-Lab46.240375.7070-44.6973

#c019ba color RGB value is (192,25,186).

#c019ba hex color red value is 192, green value is 25 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c019ba hue: 0.84 , saturation: 0.77 and the lightness value of c019ba is 0.43.

The process color (four color CMYK) of #c019ba color hex is 0.00, 0.87, 0.03, 0.25. Web safe color of #c019ba is #cc00cc. Color #c019ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011001 10111010
Octal 300 31 272
Decimal 192 25 186
Hex C0 19 BA

RGB Percentages of Color #c019ba

%47.64
%6.20
%46.15

CMYK Percentages of Color #c019ba

%0
%87
%3
%25

Triadic Colors of #c019ba

#c019ba #bac019 #19bac0

Analogous Colors of #c019ba

#c019ba #c01967 #7319c0

Monochromatic Colors of #c019ba

#c019ba

Complementary Color

#c019ba #19c01f

#c019ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c019ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c019ba Color CSS Codes

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

#c019ba Text Font Color

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

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


#c019ba Background Color

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

This div background color is #c019ba


#c019ba Border Color

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

This div border color is #c019ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c019ba


Comments

No comments written yet.

Please login to write comment.