Color Hex Logo

#d10efa Color Hex

#D10EFA
(209,14,250)
0 Favorites   0 Comments

Color spaces of #d10efa

RGB 20914250
HSL0.800.960.52
HSV290°94°98°
CMYK 0.160.940.00   0.02
XYZ43.706920.771592.1482
Yxy20.77150.27910.1326
Hunter Lab45.575891.4229-87.9736
CIE-Lab52.698589.8146-70.7330

#d10efa color RGB value is (209,14,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00001110 11111010
Octal 321 16 372
Decimal 209 14 250
Hex D1 E FA

RGB Percentages of Color #d10efa

%44.19
%2.96
%52.85

CMYK Percentages of Color #d10efa

%16
%94
%0
%2

Triadic Colors of #d10efa

#d10efa #fad10e #0efad1

Analogous Colors of #d10efa

#d10efa #fa0ead #5b0efa

Monochromatic Colors of #d10efa

#d10efa

Complementary Color

#d10efa #37fa0e

#d10efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d10efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d10efa Color CSS Codes

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

#d10efa Text Font Color

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

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


#d10efa Background Color

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

This div background color is #d10efa


#d10efa Border Color

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

This div border color is #d10efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d10efa


Comments

No comments written yet.

Please login to write comment.