Color Hex Logo

#d511fa Color Hex

#D511FA
(213,17,250)
0 Favorites   0 Comments

Color spaces of #d511fa

RGB 21317250
HSL0.810.960.52
HSV290°93°98°
CMYK 0.150.930.00   0.02
XYZ44.896321.449292.2163
Yxy21.44920.28310.1353
Hunter Lab46.313391.9904-85.6355
CIE-Lab53.437790.0981-69.5052

#d511fa color RGB value is (213,17,250).

#d511fa hex color red value is 213, green value is 17 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d511fa hue: 0.81 , saturation: 0.96 and the lightness value of d511fa is 0.52.

The process color (four color CMYK) of #d511fa color hex is 0.15, 0.93, 0.00, 0.02. Web safe color of #d511fa is #cc00ff. Color #d511fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010001 11111010
Octal 325 21 372
Decimal 213 17 250
Hex D5 11 FA

RGB Percentages of Color #d511fa

%44.38
%3.54
%52.08

CMYK Percentages of Color #d511fa

%15
%93
%0
%2

Triadic Colors of #d511fa

#d511fa #fad511 #11fad5

Analogous Colors of #d511fa

#d511fa #fa11ab #6111fa

Monochromatic Colors of #d511fa

#d511fa

Complementary Color

#d511fa #36fa11

#d511fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d511fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d511fa Color CSS Codes

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

#d511fa Text Font Color

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

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


#d511fa Background Color

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

This div background color is #d511fa


#d511fa Border Color

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

This div border color is #d511fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d511fa


Comments

No comments written yet.

Please login to write comment.