Color Hex Logo

#c725fe Color Hex

#C725FE
(199,37,254)
0 Favorites   0 Comments

Color spaces of #c725fe

RGB 19937254
HSL0.790.990.57
HSV285°85°100°
CMYK 0.220.850.00   0.00
XYZ42.104120.621095.5270
Yxy20.62100.26610.1303
Hunter Lab45.410486.0356-92.9375
CIE-Lab52.532285.7551-73.3043

#c725fe color RGB value is (199,37,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100101 11111110
Octal 307 45 376
Decimal 199 37 254
Hex C7 25 FE

RGB Percentages of Color #c725fe

%40.61
%7.55
%51.84

CMYK Percentages of Color #c725fe

%22
%85
%0
%0

Triadic Colors of #c725fe

#c725fe #fec725 #25fec7

Analogous Colors of #c725fe

#c725fe #fe25c9 #5a25fe

Monochromatic Colors of #c725fe

#c725fe

Complementary Color

#c725fe #5cfe25

#c725fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c725fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c725fe Color CSS Codes

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

#c725fe Text Font Color

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

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


#c725fe Background Color

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

This div background color is #c725fe


#c725fe Border Color

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

This div border color is #c725fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c725fe

Related Colors


Comments

No comments written yet.

Please login to write comment.