Color Hex Logo

#d52fe0 Color Hex

#D52FE0
(213,47,224)
0 Favorites   0 Comments

Color spaces of #d52fe0

RGB 21347224
HSL0.820.740.53
HSV296°79°88°
CMYK 0.050.790.00   0.12
XYZ41.911621.561072.4737
Yxy21.56100.30830.1586
Hunter Lab46.433879.8566-60.0359
CIE-Lab53.558180.7513-54.6961

#d52fe0 color RGB value is (213,47,224).

#d52fe0 hex color red value is 213, green value is 47 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #d52fe0 hue: 0.82 , saturation: 0.74 and the lightness value of d52fe0 is 0.53.

The process color (four color CMYK) of #d52fe0 color hex is 0.05, 0.79, 0.00, 0.12. Web safe color of #d52fe0 is #cc33cc. Color #d52fe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00101111 11100000
Octal 325 57 340
Decimal 213 47 224
Hex D5 2F E0

RGB Percentages of Color #d52fe0

%44.01
%9.71
%46.28

CMYK Percentages of Color #d52fe0

%5
%79
%0
%12

Triadic Colors of #d52fe0

#d52fe0 #e0d52f #2fe0d5

Analogous Colors of #d52fe0

#d52fe0 #e02f93 #7d2fe0

Monochromatic Colors of #d52fe0

#d52fe0

Complementary Color

#d52fe0 #3ae02f

#d52fe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d52fe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d52fe0 Color CSS Codes

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

#d52fe0 Text Font Color

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

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


#d52fe0 Background Color

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

This div background color is #d52fe0


#d52fe0 Border Color

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

This div border color is #d52fe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d52fe0


Comments

No comments written yet.

Please login to write comment.