Color Hex Logo

#d625fe Color Hex

#D625FE
(214,37,254)
0 Favorites   0 Comments

Color spaces of #d625fe

RGB 21437254
HSL0.800.990.57
HSV289°85°100°
CMYK 0.160.850.00   0.00
XYZ46.282522.775095.7226
Yxy22.77500.28090.1382
Hunter Lab47.723289.5959-85.5170
CIE-Lab54.839888.0213-69.4562

#d625fe color RGB value is (214,37,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00100101 11111110
Octal 326 45 376
Decimal 214 37 254
Hex D6 25 FE

RGB Percentages of Color #d625fe

%42.38
%7.33
%50.30

CMYK Percentages of Color #d625fe

%16
%85
%0
%0

Triadic Colors of #d625fe

#d625fe #fed625 #25fed6

Analogous Colors of #d625fe

#d625fe #fe25ba #6a25fe

Monochromatic Colors of #d625fe

#d625fe

Complementary Color

#d625fe #4dfe25

#d625fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d625fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d625fe Color CSS Codes

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

#d625fe Text Font Color

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

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


#d625fe Background Color

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

This div background color is #d625fe


#d625fe Border Color

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

This div border color is #d625fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d625fe


Comments

No comments written yet.

Please login to write comment.