Color Hex Logo

#c427fa Color Hex

#C427FA
(196,39,250)
0 Favorites   0 Comments

Color spaces of #c427fa

RGB 19639250
HSL0.790.950.57
HSV285°84°98°
CMYK 0.220.840.00   0.02
XYZ40.745820.088992.1725
Yxy20.08890.26630.1313
Hunter Lab44.820683.8357-90.5539
CIE-Lab51.937684.1744-72.0616

#c427fa color RGB value is (196,39,250).

#c427fa hex color red value is 196, green value is 39 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c427fa hue: 0.79 , saturation: 0.95 and the lightness value of c427fa is 0.57.

The process color (four color CMYK) of #c427fa color hex is 0.22, 0.84, 0.00, 0.02. Web safe color of #c427fa is #cc33ff. Color #c427fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100111 11111010
Octal 304 47 372
Decimal 196 39 250
Hex C4 27 FA

RGB Percentages of Color #c427fa

%40.41
%8.04
%51.55

CMYK Percentages of Color #c427fa

%22
%84
%0
%2

Triadic Colors of #c427fa

#c427fa #fac427 #27fac4

Analogous Colors of #c427fa

#c427fa #fa27c7 #5a27fa

Monochromatic Colors of #c427fa

#c427fa

Complementary Color

#c427fa #5dfa27

#c427fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c427fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c427fa Color CSS Codes

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

#c427fa Text Font Color

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

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


#c427fa Background Color

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

This div background color is #c427fa


#c427fa Border Color

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

This div border color is #c427fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c427fa

Related Colors


Comments

No comments written yet.

Please login to write comment.