Color Hex Logo

#c125fe Color Hex

#C125FE
(193,37,254)
0 Favorites   0 Comments

Color spaces of #c125fe

RGB 19337254
HSL0.790.990.57
HSV283°85°100°
CMYK 0.240.850.00   0.00
XYZ40.543319.816395.4540
Yxy19.81630.26020.1272
Hunter Lab44.515584.6700-95.9739
CIE-Lab51.628984.8794-74.8129

#c125fe color RGB value is (193,37,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100101 11111110
Octal 301 45 376
Decimal 193 37 254
Hex C1 25 FE

RGB Percentages of Color #c125fe

%39.88
%7.64
%52.48

CMYK Percentages of Color #c125fe

%24
%85
%0
%0

Triadic Colors of #c125fe

#c125fe #fec125 #25fec1

Analogous Colors of #c125fe

#c125fe #fe25cf #5525fe

Monochromatic Colors of #c125fe

#c125fe

Complementary Color

#c125fe #62fe25

#c125fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c125fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c125fe Color CSS Codes

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

#c125fe Text Font Color

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

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


#c125fe Background Color

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

This div background color is #c125fe


#c125fe Border Color

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

This div border color is #c125fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c125fe

Related Colors


Comments

No comments written yet.

Please login to write comment.