Color Hex Logo

#d52fef Color Hex

#D52FEF
(213,47,239)
0 Favorites   0 Comments

Color spaces of #d52fef

RGB 21347239
HSL0.810.860.56
HSV292°80°94°
CMYK 0.110.800.00   0.06
XYZ44.037122.411283.6661
Yxy22.41120.29340.1493
Hunter Lab47.340583.1986-71.6465
CIE-Lab54.460683.1888-61.7026

#d52fef color RGB value is (213,47,239).

#d52fef hex color red value is 213, green value is 47 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d52fef hue: 0.81 , saturation: 0.86 and the lightness value of d52fef is 0.56.

The process color (four color CMYK) of #d52fef color hex is 0.11, 0.80, 0.00, 0.06. Web safe color of #d52fef is #cc33ff. Color #d52fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00101111 11101111
Octal 325 57 357
Decimal 213 47 239
Hex D5 2F EF

RGB Percentages of Color #d52fef

%42.69
%9.42
%47.90

CMYK Percentages of Color #d52fef

%11
%80
%0
%6

Triadic Colors of #d52fef

#d52fef #efd52f #2fefd5

Analogous Colors of #d52fef

#d52fef #ef2fa9 #752fef

Monochromatic Colors of #d52fef

#d52fef

Complementary Color

#d52fef #49ef2f

#d52fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d52fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d52fef Color CSS Codes

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

#d52fef Text Font Color

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

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


#d52fef Background Color

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

This div background color is #d52fef


#d52fef Border Color

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

This div border color is #d52fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d52fef


Comments

No comments written yet.

Please login to write comment.