Color Hex Logo

#d225fd Color Hex

#D225FD
(210,37,253)
0 Favorites   0 Comments

Color spaces of #d225fd

RGB 21037253
HSL0.800.980.57
HSV288°85°99°
CMYK 0.170.850.00   0.01
XYZ44.969522.116694.8273
Yxy22.11660.27770.1366
Hunter Lab47.028388.3862-86.6319
CIE-Lab54.150587.2370-70.0455

#d225fd color RGB value is (210,37,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00100101 11111101
Octal 322 45 375
Decimal 210 37 253
Hex D2 25 FD

RGB Percentages of Color #d225fd

%42.00
%7.40
%50.60

CMYK Percentages of Color #d225fd

%17
%85
%0
%1

Triadic Colors of #d225fd

#d225fd #fdd225 #25fdd2

Analogous Colors of #d225fd

#d225fd #fd25bc #6625fd

Monochromatic Colors of #d225fd

#d225fd

Complementary Color

#d225fd #50fd25

#d225fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d225fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d225fd Color CSS Codes

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

#d225fd Text Font Color

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

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


#d225fd Background Color

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

This div background color is #d225fd


#d225fd Border Color

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

This div border color is #d225fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d225fd


Comments

No comments written yet.

Please login to write comment.