Color Hex Logo

#c100fa Color Hex

#C100FA
(193,0,250)
0 Favorites   0 Comments

Color spaces of #c100fa

RGB 1930250
HSL0.801.000.49
HSV286°100°98°
CMYK 0.231.000.00   0.02
XYZ39.247618.239691.8945
Yxy18.23960.26270.1221
Hunter Lab42.707889.2990-97.6788
CIE-Lab49.785488.7723-75.5818

#c100fa color RGB value is (193,0,250).

#c100fa hex color red value is 193, green value is 0 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c100fa hue: 0.80 , saturation: 1.00 and the lightness value of c100fa is 0.49.

The process color (four color CMYK) of #c100fa color hex is 0.23, 1.00, 0.00, 0.02. Web safe color of #c100fa is #cc00ff. Color #c100fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000000 11111010
Octal 301 0 372
Decimal 193 0 250
Hex C1 0 FA

RGB Percentages of Color #c100fa

%43.57
%0.00
%56.43

CMYK Percentages of Color #c100fa

%23
%100
%0
%2

Triadic Colors of #c100fa

#c100fa #fac100 #00fac1

Analogous Colors of #c100fa

#c100fa #fa00b6 #4400fa

Monochromatic Colors of #c100fa

#c100fa

Complementary Color

#c100fa #39fa00

#c100fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c100fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c100fa Color CSS Codes

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

#c100fa Text Font Color

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

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


#c100fa Background Color

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

This div background color is #c100fa


#c100fa Border Color

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

This div border color is #c100fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c100fa


Comments

No comments written yet.

Please login to write comment.