Color Hex Logo

#d552fc Color Hex

#D552FC
(213,82,252)
0 Favorites   0 Comments

Color spaces of #d552fc

RGB 21382252
HSL0.800.970.65
HSV286°67°99°
CMYK 0.150.670.00   0.01
XYZ48.028627.209094.8159
Yxy27.20900.28240.1600
Hunter Lab52.162273.0707-71.2585
CIE-Lab59.167374.2544-61.3882

#d552fc color RGB value is (213,82,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010010 11111100
Octal 325 122 374
Decimal 213 82 252
Hex D5 52 FC

RGB Percentages of Color #d552fc

%38.94
%14.99
%46.07

CMYK Percentages of Color #d552fc

%15
%67
%0
%1

Triadic Colors of #d552fc

#d552fc #fcd552 #52fcd5

Analogous Colors of #d552fc

#d552fc #fc52ce #8052fc

Monochromatic Colors of #d552fc

#d552fc

Complementary Color

#d552fc #79fc52

#d552fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d552fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d552fc Color CSS Codes

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

#d552fc Text Font Color

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

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


#d552fc Background Color

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

This div background color is #d552fc


#d552fc Border Color

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

This div border color is #d552fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d552fc


Comments

No comments written yet.

Please login to write comment.