Color Hex Logo

#d52fed Color Hex

#D52FED
(213,47,237)
0 Favorites   0 Comments

Color spaces of #d52fed

RGB 21347237
HSL0.810.840.56
HSV292°80°93°
CMYK 0.100.800.00   0.07
XYZ43.743122.293682.1183
Yxy22.29360.29530.1505
Hunter Lab47.216182.7422-70.0660
CIE-Lab54.337182.8580-60.7788

#d52fed color RGB value is (213,47,237).

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

The process color (four color CMYK) of #d52fed color hex is 0.10, 0.80, 0.00, 0.07. Web safe color of #d52fed is #cc33ff. Color #d52fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00101111 11101101
Octal 325 57 355
Decimal 213 47 237
Hex D5 2F ED

RGB Percentages of Color #d52fed

%42.86
%9.46
%47.69

CMYK Percentages of Color #d52fed

%10
%80
%0
%7

Triadic Colors of #d52fed

#d52fed #edd52f #2fedd5

Analogous Colors of #d52fed

#d52fed #ed2fa6 #762fed

Monochromatic Colors of #d52fed

#d52fed

Complementary Color

#d52fed #47ed2f

#d52fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d52fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d52fed Color CSS Codes

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

#d52fed Text Font Color

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

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


#d52fed Background Color

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

This div background color is #d52fed


#d52fed Border Color

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

This div border color is #d52fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d52fed


Comments

No comments written yet.

Please login to write comment.