Color Hex Logo

#c918fa Color Hex

#C918FA
(201,24,250)
0 Favorites   0 Comments

Color spaces of #c918fa

RGB 20124250
HSL0.800.960.54
HSV287°90°98°
CMYK 0.200.900.00   0.02
XYZ41.669319.972992.1014
Yxy19.97290.27100.1299
Hunter Lab44.691188.2215-90.9039
CIE-Lab51.806687.5662-72.2388

#c918fa color RGB value is (201,24,250).

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

The process color (four color CMYK) of #c918fa color hex is 0.20, 0.90, 0.00, 0.02. Web safe color of #c918fa is #cc00ff. Color #c918fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00011000 11111010
Octal 311 30 372
Decimal 201 24 250
Hex C9 18 FA

RGB Percentages of Color #c918fa

%42.32
%5.05
%52.63

CMYK Percentages of Color #c918fa

%20
%90
%0
%2

Triadic Colors of #c918fa

#c918fa #fac918 #18fac9

Analogous Colors of #c918fa

#c918fa #fa18ba #5818fa

Monochromatic Colors of #c918fa

#c918fa

Complementary Color

#c918fa #49fa18

#c918fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c918fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c918fa Color CSS Codes

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

#c918fa Text Font Color

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

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


#c918fa Background Color

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

This div background color is #c918fa


#c918fa Border Color

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

This div border color is #c918fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c918fa


Comments

No comments written yet.

Please login to write comment.