Color Hex Logo

#d527fa Color Hex

#D527FA
(213,39,250)
0 Favorites   0 Comments

Color spaces of #d527fa

RGB 21339250
HSL0.800.950.57
HSV289°84°98°
CMYK 0.150.840.00   0.02
XYZ45.421422.499392.3913
Yxy22.49930.28330.1403
Hunter Lab47.433487.9199-82.2823
CIE-Lab54.552886.8036-67.7021

#d527fa color RGB value is (213,39,250).

#d527fa hex color red value is 213, green value is 39 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d527fa hue: 0.80 , saturation: 0.95 and the lightness value of d527fa is 0.57.

The process color (four color CMYK) of #d527fa color hex is 0.15, 0.84, 0.00, 0.02. Web safe color of #d527fa is #cc33ff. Color #d527fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100111 11111010
Octal 325 47 372
Decimal 213 39 250
Hex D5 27 FA

RGB Percentages of Color #d527fa

%42.43
%7.77
%49.80

CMYK Percentages of Color #d527fa

%15
%84
%0
%2

Triadic Colors of #d527fa

#d527fa #fad527 #27fad5

Analogous Colors of #d527fa

#d527fa #fa27b6 #6c27fa

Monochromatic Colors of #d527fa

#d527fa

Complementary Color

#d527fa #4cfa27

#d527fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d527fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d527fa Color CSS Codes

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

#d527fa Text Font Color

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

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


#d527fa Background Color

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

This div background color is #d527fa


#d527fa Border Color

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

This div border color is #d527fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,39,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d527fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d527fa;
  -webkit-box-shadow: 1px 1px 3px 2px #d527fa;
  box-shadow:         1px 1px 3px 2px #d527fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,39,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d527fa


Comments

No comments written yet.

Please login to write comment.