Color Hex Logo

#d50fec Color Hex

#D50FEC
(213,15,236)
0 Favorites   0 Comments

Color spaces of #d50fec

RGB 21315236
HSL0.820.880.49
HSV294°94°93°
CMYK 0.100.940.00   0.07
XYZ42.751720.543981.0690
Yxy20.54390.29610.1423
Hunter Lab45.325489.0449-74.3184
CIE-Lab52.446788.0679-63.2595

#d50fec color RGB value is (213,15,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001111 11101100
Octal 325 17 354
Decimal 213 15 236
Hex D5 F EC

RGB Percentages of Color #d50fec

%45.91
%3.23
%50.86

CMYK Percentages of Color #d50fec

%10
%94
%0
%7

Triadic Colors of #d50fec

#d50fec #ecd50f #0fecd5

Analogous Colors of #d50fec

#d50fec #ec0f95 #670fec

Monochromatic Colors of #d50fec

#d50fec

Complementary Color

#d50fec #26ec0f

#d50fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50fec Color CSS Codes

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

#d50fec Text Font Color

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

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


#d50fec Background Color

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

This div background color is #d50fec


#d50fec Border Color

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

This div border color is #d50fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50fec


Comments

No comments written yet.

Please login to write comment.