Color Hex Logo

#c825fe Color Hex

#C825FE
(200,37,254)
0 Favorites   0 Comments

Color spaces of #c825fe

RGB 20037254
HSL0.790.990.57
HSV285°85°100°
CMYK 0.210.850.00   0.00
XYZ42.370420.758395.5395
Yxy20.75830.26700.1308
Hunter Lab45.561386.2665-92.4350
CIE-Lab52.683985.9028-73.0510

#c825fe color RGB value is (200,37,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100101 11111110
Octal 310 45 376
Decimal 200 37 254
Hex C8 25 FE

RGB Percentages of Color #c825fe

%40.73
%7.54
%51.73

CMYK Percentages of Color #c825fe

%21
%85
%0
%0

Triadic Colors of #c825fe

#c825fe #fec825 #25fec8

Analogous Colors of #c825fe

#c825fe #fe25c8 #5c25fe

Monochromatic Colors of #c825fe

#c825fe

Complementary Color

#c825fe #5bfe25

#c825fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c825fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c825fe Color CSS Codes

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

#c825fe Text Font Color

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

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


#c825fe Background Color

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

This div background color is #c825fe


#c825fe Border Color

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

This div border color is #c825fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c825fe


Comments

No comments written yet.

Please login to write comment.