Color Hex Logo

#c925fe Color Hex

#C925FE
(201,37,254)
0 Favorites   0 Comments

Color spaces of #c925fe

RGB 20137254
HSL0.790.990.57
HSV285°85°100°
CMYK 0.210.850.00   0.00
XYZ42.638420.896495.5520
Yxy20.89640.26800.1314
Hunter Lab45.712686.4988-91.9338
CIE-Lab52.835986.0513-72.7973

#c925fe color RGB value is (201,37,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100101 11111110
Octal 311 45 376
Decimal 201 37 254
Hex C9 25 FE

RGB Percentages of Color #c925fe

%40.85
%7.52
%51.63

CMYK Percentages of Color #c925fe

%21
%85
%0
%0

Triadic Colors of #c925fe

#c925fe #fec925 #25fec9

Analogous Colors of #c925fe

#c925fe #fe25c7 #5c25fe

Monochromatic Colors of #c925fe

#c925fe

Complementary Color

#c925fe #5afe25

#c925fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c925fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c925fe Color CSS Codes

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

#c925fe Text Font Color

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

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


#c925fe Background Color

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

This div background color is #c925fe


#c925fe Border Color

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

This div border color is #c925fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c925fe

Related Colors


Comments

No comments written yet.

Please login to write comment.