Color Hex Logo

#d52afc Color Hex

#D52AFC
(213,42,252)
0 Favorites   0 Comments

Color spaces of #d52afc

RGB 21342252
HSL0.800.970.58
HSV289°83°99°
CMYK 0.150.830.00   0.01
XYZ45.839222.830394.0862
Yxy22.83030.28160.1403
Hunter Lab47.781187.6287-83.3018
CIE-Lab54.897186.5145-68.2593

#d52afc color RGB value is (213,42,252).

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

The process color (four color CMYK) of #d52afc color hex is 0.15, 0.83, 0.00, 0.01. Web safe color of #d52afc is #cc33ff. Color #d52afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00101010 11111100
Octal 325 52 374
Decimal 213 42 252
Hex D5 2A FC

RGB Percentages of Color #d52afc

%42.01
%8.28
%49.70

CMYK Percentages of Color #d52afc

%15
%83
%0
%1

Triadic Colors of #d52afc

#d52afc #fcd52a #2afcd5

Analogous Colors of #d52afc

#d52afc #fc2aba #6c2afc

Monochromatic Colors of #d52afc

#d52afc

Complementary Color

#d52afc #51fc2a

#d52afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d52afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d52afc Color CSS Codes

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

#d52afc Text Font Color

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

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


#d52afc Background Color

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

This div background color is #d52afc


#d52afc Border Color

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

This div border color is #d52afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d52afc


Comments

No comments written yet.

Please login to write comment.