color codes Logo

#d532fc color codes

#D532FC
(213,50,252)
0 Favorites   0 Comments

Color spaces of #d532fc

RGB 21350252
HSL0.800.970.59
HSV288°80°99°
CMYK 0.150.800.00   0.01
XYZ46.151923.455694.1904
Yxy23.45560.28180.1432
Hunter Lab48.431085.3459-81.4077
CIE-Lab55.538684.6392-67.2237

#d532fc color RGB value is (213,50,252).

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

The process color (four color CMYK) of #d532fc color code is 0.15, 0.80, 0.00, 0.01. Web safe color of #d532fc is #cc33ff. Color #d532fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110010 11111100
Octal 325 62 374
Decimal 213 50 252
Hex D5 32 FC

RGB Percentages of Color #d532fc

%41.36
%9.71
%48.93

CMYK Percentages of Color #d532fc

%15
%80
%0
%1

Triadic Colors of #d532fc

#d532fc #fcd532 #32fcd5

Analogous Colors of #d532fc

#d532fc #fc32be #7032fc

Monochromatic Colors of #d532fc

#d532fc

Complementary Color

#d532fc #59fc32

#d532fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d532fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d532fc Color CSS Codes

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

#d532fc Text Font Color

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

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


#d532fc Background Color

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

This div background color is #d532fc


#d532fc Border Color

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

This div border color is #d532fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d532fc


Comments

No comments written yet.

Please login to write comment.