Color Hex Logo

#d52cfd Color Hex

#D52CFD
(213,44,253)
0 Favorites   0 Comments

Color spaces of #d52cfd

RGB 21344253
HSL0.800.980.58
HSV289°83°99°
CMYK 0.160.830.00   0.01
XYZ46.070923.039394.9473
Yxy23.03930.28080.1404
Hunter Lab47.999387.3300-83.6820
CIE-Lab55.112886.2443-68.4669

#d52cfd color RGB value is (213,44,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00101100 11111101
Octal 325 54 375
Decimal 213 44 253
Hex D5 2C FD

RGB Percentages of Color #d52cfd

%41.76
%8.63
%49.61

CMYK Percentages of Color #d52cfd

%16
%83
%0
%1

Triadic Colors of #d52cfd

#d52cfd #fdd52c #2cfdd5

Analogous Colors of #d52cfd

#d52cfd #fd2cbd #6d2cfd

Monochromatic Colors of #d52cfd

#d52cfd

Complementary Color

#d52cfd #54fd2c

#d52cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d52cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d52cfd Color CSS Codes

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

#d52cfd Text Font Color

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

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


#d52cfd Background Color

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

This div background color is #d52cfd


#d52cfd Border Color

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

This div border color is #d52cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d52cfd


Comments

No comments written yet.

Please login to write comment.