Color Hex Logo

#d552fa Color Hex

#D552FA
(213,82,250)
0 Favorites   0 Comments

Color spaces of #d552fa

RGB 21382250
HSL0.800.940.65
HSV287°67°98°
CMYK 0.150.670.00   0.02
XYZ47.713227.082893.1552
Yxy27.08280.28410.1613
Hunter Lab52.041172.5833-69.7021
CIE-Lab59.050973.8824-60.4672

#d552fa color RGB value is (213,82,250).

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

The process color (four color CMYK) of #d552fa color hex is 0.15, 0.67, 0.00, 0.02. Web safe color of #d552fa is #cc66ff. Color #d552fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010010 11111010
Octal 325 122 372
Decimal 213 82 250
Hex D5 52 FA

RGB Percentages of Color #d552fa

%39.08
%15.05
%45.87

CMYK Percentages of Color #d552fa

%15
%67
%0
%2

Triadic Colors of #d552fa

#d552fa #fad552 #52fad5

Analogous Colors of #d552fa

#d552fa #fa52cb #8152fa

Monochromatic Colors of #d552fa

#d552fa

Complementary Color

#d552fa #77fa52

#d552fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d552fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d552fa Color CSS Codes

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

#d552fa Text Font Color

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

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


#d552fa Background Color

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

This div background color is #d552fa


#d552fa Border Color

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

This div border color is #d552fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d552fa


Comments

No comments written yet.

Please login to write comment.