Color Hex Logo

#d308ef Color Hex

#D308EF
(211,8,239)
0 Favorites   0 Comments

Color spaces of #d308ef

RGB 2118239
HSL0.810.940.48
HSV293°97°94°
CMYK 0.120.970.00   0.06
XYZ42.530820.254583.3293
Yxy20.25450.29110.1386
Hunter Lab45.005089.9280-78.2753
CIE-Lab52.123788.7988-65.4855

#d308ef color RGB value is (211,8,239).

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

The process color (four color CMYK) of #d308ef color hex is 0.12, 0.97, 0.00, 0.06. Web safe color of #d308ef is #cc00ff. Color #d308ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001000 11101111
Octal 323 10 357
Decimal 211 8 239
Hex D3 8 EF

RGB Percentages of Color #d308ef

%46.07
%1.75
%52.18

CMYK Percentages of Color #d308ef

%12
%97
%0
%6

Triadic Colors of #d308ef

#d308ef #efd308 #08efd3

Analogous Colors of #d308ef

#d308ef #ef0898 #5f08ef

Monochromatic Colors of #d308ef

#d308ef

Complementary Color

#d308ef #24ef08

#d308ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d308ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d308ef Color CSS Codes

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

#d308ef Text Font Color

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

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


#d308ef Background Color

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

This div background color is #d308ef


#d308ef Border Color

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

This div border color is #d308ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d308ef


Comments

No comments written yet.

Please login to write comment.