Color Hex Logo

#c427fe Color Hex

#C427FE
(196,39,254)
0 Favorites   0 Comments

Color spaces of #c427fe

RGB 19639254
HSL0.790.990.57
HSV284°85°100°
CMYK 0.230.850.00   0.00
XYZ41.379920.342695.5115
Yxy20.34260.26320.1294
Hunter Lab45.102884.8364-93.9830
CIE-Lab52.222484.8925-73.8281

#c427fe color RGB value is (196,39,254).

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

The process color (four color CMYK) of #c427fe color hex is 0.23, 0.85, 0.00, 0.00. Web safe color of #c427fe is #cc33ff. Color #c427fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100111 11111110
Octal 304 47 376
Decimal 196 39 254
Hex C4 27 FE

RGB Percentages of Color #c427fe

%40.08
%7.98
%51.94

CMYK Percentages of Color #c427fe

%23
%85
%0
%0

Triadic Colors of #c427fe

#c427fe #fec427 #27fec4

Analogous Colors of #c427fe

#c427fe #fe27cd #5927fe

Monochromatic Colors of #c427fe

#c427fe

Complementary Color

#c427fe #61fe27

#c427fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c427fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c427fe Color CSS Codes

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

#c427fe Text Font Color

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

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


#c427fe Background Color

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

This div background color is #c427fe


#c427fe Border Color

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

This div border color is #c427fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,39,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c427fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c427fe

Related Colors


Comments

No comments written yet.

Please login to write comment.