Color Hex Logo

#c619ba Color Hex

#C619BA
(198,25,186)
0 Favorites   0 Comments

Color spaces of #c619ba

RGB 19825186
HSL0.840.780.44
HSV304°87°78°
CMYK 0.000.870.06   0.22
XYZ32.499316.246247.8773
Yxy16.24620.33640.1681
Hunter Lab40.306673.3885-42.2118
CIE-Lab47.295976.8083-42.9543

#c619ba color RGB value is (198,25,186).

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

The process color (four color CMYK) of #c619ba color hex is 0.00, 0.87, 0.06, 0.22. Web safe color of #c619ba is #cc00cc. Color #c619ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011001 10111010
Octal 306 31 272
Decimal 198 25 186
Hex C6 19 BA

RGB Percentages of Color #c619ba

%48.41
%6.11
%45.48

CMYK Percentages of Color #c619ba

%0
%87
%6
%22

Triadic Colors of #c619ba

#c619ba #bac619 #19bac6

Analogous Colors of #c619ba

#c619ba #c61963 #7c19c6

Monochromatic Colors of #c619ba

#c619ba

Complementary Color

#c619ba #19c625

#c619ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c619ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c619ba Color CSS Codes

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

#c619ba Text Font Color

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

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


#c619ba Background Color

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

This div background color is #c619ba


#c619ba Border Color

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

This div border color is #c619ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c619ba


Comments

No comments written yet.

Please login to write comment.