Color Hex Logo

#d308eb Color Hex

#D308EB
(211,8,235)
0 Favorites   0 Comments

Color spaces of #d308eb

RGB 2118235
HSL0.820.930.48
HSV294°97°92°
CMYK 0.100.970.00   0.08
XYZ41.946220.020780.2508
Yxy20.02070.29490.1408
Hunter Lab44.744589.0338-75.0175
CIE-Lab51.860688.1727-63.6580

#d308eb color RGB value is (211,8,235).

#d308eb hex color red value is 211, green value is 8 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d308eb hue: 0.82 , saturation: 0.93 and the lightness value of d308eb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001000 11101011
Octal 323 10 353
Decimal 211 8 235
Hex D3 8 EB

RGB Percentages of Color #d308eb

%46.48
%1.76
%51.76

CMYK Percentages of Color #d308eb

%10
%97
%0
%8

Triadic Colors of #d308eb

#d308eb #ebd308 #08ebd3

Analogous Colors of #d308eb

#d308eb #eb0892 #6208eb

Monochromatic Colors of #d308eb

#d308eb

Complementary Color

#d308eb #20eb08

#d308eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d308eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d308eb Color CSS Codes

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

#d308eb Text Font Color

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

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


#d308eb Background Color

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

This div background color is #d308eb


#d308eb Border Color

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

This div border color is #d308eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d308eb


Comments

No comments written yet.

Please login to write comment.