Color Hex Logo

#c619bb Color Hex

#C619BB
(198,25,187)
0 Favorites   0 Comments

Color spaces of #c619bb

RGB 19825187
HSL0.840.780.44
HSV304°87°78°
CMYK 0.000.870.06   0.22
XYZ32.606016.288948.4393
Yxy16.28890.33500.1674
Hunter Lab40.359573.5790-42.9079
CIE-Lab47.351376.9517-43.4515

#c619bb color RGB value is (198,25,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011001 10111011
Octal 306 31 273
Decimal 198 25 187
Hex C6 19 BB

RGB Percentages of Color #c619bb

%48.29
%6.10
%45.61

CMYK Percentages of Color #c619bb

%0
%87
%6
%22

Triadic Colors of #c619bb

#c619bb #bbc619 #19bbc6

Analogous Colors of #c619bb

#c619bb #c61965 #7b19c6

Monochromatic Colors of #c619bb

#c619bb

Complementary Color

#c619bb #19c624

#c619bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c619bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c619bb Color CSS Codes

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

#c619bb Text Font Color

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

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


#c619bb Background Color

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

This div background color is #c619bb


#c619bb Border Color

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

This div border color is #c619bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,25,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c619bb


Comments

No comments written yet.

Please login to write comment.