Color Hex Logo

#d13efa Color Hex

#D13EFA
(209,62,250)
0 Favorites   0 Comments

Color spaces of #d13efa

RGB 20962250
HSL0.800.950.61
HSV287°75°98°
CMYK 0.160.750.00   0.02
XYZ45.272423.902792.6700
Yxy23.90270.27970.1477
Hunter Lab48.890479.7325-78.1588
CIE-Lab55.990280.1798-65.4140

#d13efa color RGB value is (209,62,250).

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

The process color (four color CMYK) of #d13efa color hex is 0.16, 0.75, 0.00, 0.02. Web safe color of #d13efa is #cc33ff. Color #d13efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111110 11111010
Octal 321 76 372
Decimal 209 62 250
Hex D1 3E FA

RGB Percentages of Color #d13efa

%40.12
%11.90
%47.98

CMYK Percentages of Color #d13efa

%16
%75
%0
%2

Triadic Colors of #d13efa

#d13efa #fad13e #3efad1

Analogous Colors of #d13efa

#d13efa #fa3ec5 #733efa

Monochromatic Colors of #d13efa

#d13efa

Complementary Color

#d13efa #67fa3e

#d13efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13efa Color CSS Codes

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

#d13efa Text Font Color

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

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


#d13efa Background Color

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

This div background color is #d13efa


#d13efa Border Color

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

This div border color is #d13efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13efa


Comments

No comments written yet.

Please login to write comment.