Color Hex Logo

#c621fa Color Hex

#C621FA
(198,33,250)
0 Favorites   0 Comments

Color spaces of #c621fa

RGB 19833250
HSL0.790.960.55
HSV286°87°98°
CMYK 0.210.870.00   0.02
XYZ41.087919.995692.1364
Yxy19.99560.26820.1305
Hunter Lab44.716485.7618-90.8631
CIE-Lab51.832285.6806-72.2185

#c621fa color RGB value is (198,33,250).

#c621fa hex color red value is 198, green value is 33 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c621fa hue: 0.79 , saturation: 0.96 and the lightness value of c621fa is 0.55.

The process color (four color CMYK) of #c621fa color hex is 0.21, 0.87, 0.00, 0.02. Web safe color of #c621fa is #cc33ff. Color #c621fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100001 11111010
Octal 306 41 372
Decimal 198 33 250
Hex C6 21 FA

RGB Percentages of Color #c621fa

%41.16
%6.86
%51.98

CMYK Percentages of Color #c621fa

%21
%87
%0
%2

Triadic Colors of #c621fa

#c621fa #fac621 #21fac6

Analogous Colors of #c621fa

#c621fa #fa21c2 #5921fa

Monochromatic Colors of #c621fa

#c621fa

Complementary Color

#c621fa #55fa21

#c621fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c621fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c621fa Color CSS Codes

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

#c621fa Text Font Color

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

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


#c621fa Background Color

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

This div background color is #c621fa


#c621fa Border Color

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

This div border color is #c621fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c621fa

Related Colors


Comments

No comments written yet.

Please login to write comment.