color codes Logo

#c613fa color codes

#C613FA
(198,19,250)
0 Favorites   0 Comments

Color spaces of #c613fa

RGB 19819250
HSL0.800.960.53
HSV286°92°98°
CMYK 0.210.920.00   0.02
XYZ40.776919.373692.0328
Yxy19.37360.26790.1273
Hunter Lab44.015588.3394-93.1598
CIE-Lab51.121587.7880-73.3730

#c613fa color RGB value is (198,19,250).

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

The process color (four color CMYK) of #c613fa color code is 0.21, 0.92, 0.00, 0.02. Web safe color of #c613fa is #cc00ff. Color #c613fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010011 11111010
Octal 306 23 372
Decimal 198 19 250
Hex C6 13 FA

RGB Percentages of Color #c613fa

%42.40
%4.07
%53.53

CMYK Percentages of Color #c613fa

%21
%92
%0
%2

Triadic Colors of #c613fa

#c613fa #fac613 #13fac6

Analogous Colors of #c613fa

#c613fa #fa13bb #5213fa

Monochromatic Colors of #c613fa

#c613fa

Complementary Color

#c613fa #47fa13

#c613fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c613fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c613fa Color CSS Codes

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

#c613fa Text Font Color

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

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


#c613fa Background Color

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

This div background color is #c613fa


#c613fa Border Color

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

This div border color is #c613fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c613fa


Comments

No comments written yet.

Please login to write comment.