Color Hex Logo

#c619ca Color Hex

#C619CA
(198,25,202)
0 Favorites   0 Comments

Color spaces of #c619ca

RGB 19825202
HSL0.830.780.45
HSV299°88°79°
CMYK 0.020.880.00   0.21
XYZ34.297016.965357.3441
Yxy16.96530.31580.1562
Hunter Lab41.189076.5518-53.7125
CIE-Lab48.216379.1723-50.7948

#c619ca color RGB value is (198,25,202).

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

The process color (four color CMYK) of #c619ca color hex is 0.02, 0.88, 0.00, 0.21. Web safe color of #c619ca is #cc00cc. Color #c619ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011001 11001010
Octal 306 31 312
Decimal 198 25 202
Hex C6 19 CA

RGB Percentages of Color #c619ca

%46.59
%5.88
%47.53

CMYK Percentages of Color #c619ca

%2
%88
%0
%21

Triadic Colors of #c619ca

#c619ca #cac619 #19cac6

Analogous Colors of #c619ca

#c619ca #ca1976 #6e19ca

Monochromatic Colors of #c619ca

#c619ca

Complementary Color

#c619ca #1dca19

#c619ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c619ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c619ca Color CSS Codes

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

#c619ca Text Font Color

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

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


#c619ca Background Color

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

This div background color is #c619ca


#c619ca Border Color

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

This div border color is #c619ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c619ca


Comments

No comments written yet.

Please login to write comment.