Color Hex Logo

#c124fe Color Hex

#C124FE
(193,36,254)
0 Favorites   0 Comments

Color spaces of #c124fe

RGB 19336254
HSL0.790.990.57
HSV283°86°100°
CMYK 0.240.860.00   0.00
XYZ40.512619.755095.4438
Yxy19.75500.26020.1269
Hunter Lab44.446684.9193-96.2056
CIE-Lab51.559185.0853-74.9265

#c124fe color RGB value is (193,36,254).

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

The process color (four color CMYK) of #c124fe color hex is 0.24, 0.86, 0.00, 0.00. Web safe color of #c124fe is #cc33ff. Color #c124fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100100 11111110
Octal 301 44 376
Decimal 193 36 254
Hex C1 24 FE

RGB Percentages of Color #c124fe

%39.96
%7.45
%52.59

CMYK Percentages of Color #c124fe

%24
%86
%0
%0

Triadic Colors of #c124fe

#c124fe #fec124 #24fec1

Analogous Colors of #c124fe

#c124fe #fe24ce #5424fe

Monochromatic Colors of #c124fe

#c124fe

Complementary Color

#c124fe #61fe24

#c124fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c124fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c124fe Color CSS Codes

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

#c124fe Text Font Color

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

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


#c124fe Background Color

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

This div background color is #c124fe


#c124fe Border Color

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

This div border color is #c124fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c124fe


Comments

No comments written yet.

Please login to write comment.