Color Hex Logo

#d313eb Color Hex

#D313EB
(211,19,235)
0 Favorites   0 Comments

Color spaces of #d313eb

RGB 21119235
HSL0.810.850.50
HSV293°92°92°
CMYK 0.100.920.00   0.08
XYZ42.092220.312880.2995
Yxy20.31280.29500.1423
Hunter Lab45.069787.8354-74.0866
CIE-Lab52.189087.1982-63.1283

#d313eb color RGB value is (211,19,235).

#d313eb hex color red value is 211, green value is 19 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d313eb hue: 0.81 , saturation: 0.85 and the lightness value of d313eb is 0.50.

The process color (four color CMYK) of #d313eb color hex is 0.10, 0.92, 0.00, 0.08. Web safe color of #d313eb is #cc00ff. Color #d313eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00010011 11101011
Octal 323 23 353
Decimal 211 19 235
Hex D3 13 EB

RGB Percentages of Color #d313eb

%45.38
%4.09
%50.54

CMYK Percentages of Color #d313eb

%10
%92
%0
%8

Triadic Colors of #d313eb

#d313eb #ebd313 #13ebd3

Analogous Colors of #d313eb

#d313eb #eb1397 #6713eb

Monochromatic Colors of #d313eb

#d313eb

Complementary Color

#d313eb #2beb13

#d313eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d313eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d313eb Color CSS Codes

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

#d313eb Text Font Color

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

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


#d313eb Background Color

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

This div background color is #d313eb


#d313eb Border Color

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

This div border color is #d313eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,19,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d313eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d313eb;
  -webkit-box-shadow: 1px 1px 3px 2px #d313eb;
  box-shadow:         1px 1px 3px 2px #d313eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,19,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d313eb


Comments

No comments written yet.

Please login to write comment.