Color Hex Logo

#d52fe8 Color Hex

#D52FE8
(213,47,232)
0 Favorites   0 Comments

Color spaces of #d52fe8

RGB 21347232
HSL0.820.800.55
HSV294°80°91°
CMYK 0.080.800.00   0.09
XYZ43.022622.005478.3238
Yxy22.00540.30010.1535
Hunter Lab46.909981.6158-66.1574
CIE-Lab54.032782.0389-58.4552

#d52fe8 color RGB value is (213,47,232).

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

The process color (four color CMYK) of #d52fe8 color hex is 0.08, 0.80, 0.00, 0.09. Web safe color of #d52fe8 is #cc33ff. Color #d52fe8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00101111 11101000
Octal 325 57 350
Decimal 213 47 232
Hex D5 2F E8

RGB Percentages of Color #d52fe8

%43.29
%9.55
%47.15

CMYK Percentages of Color #d52fe8

%8
%80
%0
%9

Triadic Colors of #d52fe8

#d52fe8 #e8d52f #2fe8d5

Analogous Colors of #d52fe8

#d52fe8 #e82f9f #792fe8

Monochromatic Colors of #d52fe8

#d52fe8

Complementary Color

#d52fe8 #42e82f

#d52fe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d52fe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d52fe8 Color CSS Codes

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

#d52fe8 Text Font Color

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

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


#d52fe8 Background Color

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

This div background color is #d52fe8


#d52fe8 Border Color

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

This div border color is #d52fe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d52fe8


Comments

No comments written yet.

Please login to write comment.