Color Hex Logo

#d925fd Color Hex

#D925FD
(217,37,253)
0 Favorites   0 Comments

Color spaces of #d925fd

RGB 21737253
HSL0.810.980.57
HSV290°85°99°
CMYK 0.140.850.00   0.01
XYZ47.006523.166794.9226
Yxy23.16670.28470.1403
Hunter Lab48.131890.0961-83.2359
CIE-Lab55.243688.3213-68.2247

#d925fd color RGB value is (217,37,253).

#d925fd hex color red value is 217, green value is 37 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d925fd hue: 0.81 , saturation: 0.98 and the lightness value of d925fd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00100101 11111101
Octal 331 45 375
Decimal 217 37 253
Hex D9 25 FD

RGB Percentages of Color #d925fd

%42.80
%7.30
%49.90

CMYK Percentages of Color #d925fd

%14
%85
%0
%1

Triadic Colors of #d925fd

#d925fd #fdd925 #25fdd9

Analogous Colors of #d925fd

#d925fd #fd25b5 #6d25fd

Monochromatic Colors of #d925fd

#d925fd

Complementary Color

#d925fd #49fd25

#d925fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d925fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d925fd Color CSS Codes

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

#d925fd Text Font Color

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

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


#d925fd Background Color

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

This div background color is #d925fd


#d925fd Border Color

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

This div border color is #d925fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,37,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d925fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d925fd


Comments

No comments written yet.

Please login to write comment.