Color Hex Logo

#d500ef Color Hex

#D500EF
(213,0,239)
0 Favorites   0 Comments

Color spaces of #d500ef

RGB 2130239
HSL0.821.000.47
HSV293°100°94°
CMYK 0.111.000.00   0.06
XYZ43.020620.378183.3273
Yxy20.37810.29320.1389
Hunter Lab45.142191.1125-77.8433
CIE-Lab52.262089.6653-65.2456

#d500ef color RGB value is (213,0,239).

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

The process color (four color CMYK) of #d500ef color hex is 0.11, 1.00, 0.00, 0.06. Web safe color of #d500ef is #cc00ff. Color #d500ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00000000 11101111
Octal 325 0 357
Decimal 213 0 239
Hex D5 0 EF

RGB Percentages of Color #d500ef

%47.12
%0.00
%52.88

CMYK Percentages of Color #d500ef

%11
%100
%0
%6

Triadic Colors of #d500ef

#d500ef #efd500 #00efd5

Analogous Colors of #d500ef

#d500ef #ef0092 #5e00ef

Monochromatic Colors of #d500ef

#d500ef

Complementary Color

#d500ef #1aef00

#d500ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d500ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d500ef Color CSS Codes

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

#d500ef Text Font Color

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

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


#d500ef Background Color

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

This div background color is #d500ef


#d500ef Border Color

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

This div border color is #d500ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d500ef


Comments

No comments written yet.

Please login to write comment.