Color Hex Logo

#d50fef Color Hex

#D50FEF
(213,15,239)
0 Favorites   0 Comments

Color spaces of #d50fef

RGB 21315239
HSL0.810.880.50
HSV293°94°94°
CMYK 0.110.940.00   0.06
XYZ43.191420.719883.3842
Yxy20.71980.29320.1407
Hunter Lab45.519089.7142-76.7474
CIE-Lab52.641588.5372-64.6331

#d50fef color RGB value is (213,15,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001111 11101111
Octal 325 17 357
Decimal 213 15 239
Hex D5 F EF

RGB Percentages of Color #d50fef

%45.61
%3.21
%51.18

CMYK Percentages of Color #d50fef

%11
%94
%0
%6

Triadic Colors of #d50fef

#d50fef #efd50f #0fefd5

Analogous Colors of #d50fef

#d50fef #ef0f99 #650fef

Monochromatic Colors of #d50fef

#d50fef

Complementary Color

#d50fef #29ef0f

#d50fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50fef Color CSS Codes

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

#d50fef Text Font Color

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

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


#d50fef Background Color

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

This div background color is #d50fef


#d50fef Border Color

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

This div border color is #d50fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50fef


Comments

No comments written yet.

Please login to write comment.