Color Hex Logo

#c603fa Color Hex

#C603FA
(198,3,250)
0 Favorites   0 Comments

Color spaces of #c603fa

RGB 1983250
HSL0.800.980.50
HSV287°99°98°
CMYK 0.210.990.00   0.02
XYZ40.576618.973091.9660
Yxy18.97300.26780.1252
Hunter Lab43.558090.0557-94.6911
CIE-Lab50.655689.1776-74.1305

#c603fa color RGB value is (198,3,250).

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

The process color (four color CMYK) of #c603fa color hex is 0.21, 0.99, 0.00, 0.02. Web safe color of #c603fa is #cc00ff. Color #c603fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000011 11111010
Octal 306 3 372
Decimal 198 3 250
Hex C6 3 FA

RGB Percentages of Color #c603fa

%43.90
%0.67
%55.43

CMYK Percentages of Color #c603fa

%21
%99
%0
%2

Triadic Colors of #c603fa

#c603fa #fac603 #03fac6

Analogous Colors of #c603fa

#c603fa #fa03b3 #4b03fa

Monochromatic Colors of #c603fa

#c603fa

Complementary Color

#c603fa #37fa03

#c603fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c603fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c603fa Color CSS Codes

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

#c603fa Text Font Color

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

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


#c603fa Background Color

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

This div background color is #c603fa


#c603fa Border Color

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

This div border color is #c603fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c603fa


Comments

No comments written yet.

Please login to write comment.