Color Hex Logo

#d501ed Color Hex

#D501ED
(213,1,237)
0 Favorites   0 Comments

Color spaces of #d501ed

RGB 2131237
HSL0.820.990.47
HSV294°100°93°
CMYK 0.101.000.00   0.07
XYZ42.737520.282381.7831
Yxy20.28230.29510.1401
Hunter Lab45.035990.5776-76.1428
CIE-Lab52.154989.2831-64.2932

#d501ed color RGB value is (213,1,237).

#d501ed hex color red value is 213, green value is 1 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d501ed hue: 0.82 , saturation: 0.99 and the lightness value of d501ed is 0.47.

The process color (four color CMYK) of #d501ed color hex is 0.10, 1.00, 0.00, 0.07. Web safe color of #d501ed is #cc00ff. Color #d501ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00000001 11101101
Octal 325 1 355
Decimal 213 1 237
Hex D5 1 ED

RGB Percentages of Color #d501ed

%47.23
%0.22
%52.55

CMYK Percentages of Color #d501ed

%10
%100
%0
%7

Triadic Colors of #d501ed

#d501ed #edd501 #01edd5

Analogous Colors of #d501ed

#d501ed #ed018f #5f01ed

Monochromatic Colors of #d501ed

#d501ed

Complementary Color

#d501ed #19ed01

#d501ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d501ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d501ed Color CSS Codes

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

#d501ed Text Font Color

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

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


#d501ed Background Color

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

This div background color is #d501ed


#d501ed Border Color

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

This div border color is #d501ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,1,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 #d501ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d501ed


Comments

No comments written yet.

Please login to write comment.