Color Hex Logo

#c625fe Color Hex

#C625FE
(198,37,254)
0 Favorites   0 Comments

Color spaces of #c625fe

RGB 19837254
HSL0.790.990.57
HSV285°85°100°
CMYK 0.220.850.00   0.00
XYZ41.839720.484795.5147
Yxy20.48470.26510.1298
Hunter Lab45.260085.8056-93.4409
CIE-Lab52.380985.6078-73.5570

#c625fe color RGB value is (198,37,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100101 11111110
Octal 306 45 376
Decimal 198 37 254
Hex C6 25 FE

RGB Percentages of Color #c625fe

%40.49
%7.57
%51.94

CMYK Percentages of Color #c625fe

%22
%85
%0
%0

Triadic Colors of #c625fe

#c625fe #fec625 #25fec6

Analogous Colors of #c625fe

#c625fe #fe25ca #5a25fe

Monochromatic Colors of #c625fe

#c625fe

Complementary Color

#c625fe #5dfe25

#c625fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c625fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c625fe Color CSS Codes

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

#c625fe Text Font Color

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

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


#c625fe Background Color

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

This div background color is #c625fe


#c625fe Border Color

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

This div border color is #c625fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c625fe


Comments

No comments written yet.

Please login to write comment.