Color Hex Logo

#d10efb Color Hex

#D10EFB
(209,14,251)
0 Favorites   0 Comments

Color spaces of #d10efb

RGB 20914251
HSL0.800.970.52
HSV289°94°98°
CMYK 0.170.940.00   0.02
XYZ43.864120.834492.9763
Yxy20.83440.27820.1321
Hunter Lab45.644791.6584-88.8199
CIE-Lab52.767889.9781-71.1786

#d10efb color RGB value is (209,14,251).

#d10efb hex color red value is 209, green value is 14 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d10efb hue: 0.80 , saturation: 0.97 and the lightness value of d10efb is 0.52.

The process color (four color CMYK) of #d10efb color hex is 0.17, 0.94, 0.00, 0.02. Web safe color of #d10efb is #cc00ff. Color #d10efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00001110 11111011
Octal 321 16 373
Decimal 209 14 251
Hex D1 E FB

RGB Percentages of Color #d10efb

%44.09
%2.95
%52.95

CMYK Percentages of Color #d10efb

%17
%94
%0
%2

Triadic Colors of #d10efb

#d10efb #fbd10e #0efbd1

Analogous Colors of #d10efb

#d10efb #fb0eaf #5a0efb

Monochromatic Colors of #d10efb

#d10efb

Complementary Color

#d10efb #38fb0e

#d10efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d10efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d10efb Color CSS Codes

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

#d10efb Text Font Color

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

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


#d10efb Background Color

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

This div background color is #d10efb


#d10efb Border Color

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

This div border color is #d10efb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,14,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d10efb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d10efb;
  -webkit-box-shadow: 1px 1px 3px 2px #d10efb;
  box-shadow:         1px 1px 3px 2px #d10efb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,14,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d10efb


Comments

No comments written yet.

Please login to write comment.