Color Hex Logo

#d015ef Color Hex

#D015EF
(208,21,239)
0 Favorites   0 Comments

Color spaces of #d015ef

RGB 20821239
HSL0.810.870.51
HSV291°91°94°
CMYK 0.130.910.00   0.06
XYZ41.860620.178283.3498
Yxy20.17820.28790.1388
Hunter Lab44.920287.7319-78.5691
CIE-Lab52.038187.1486-65.6482

#d015ef color RGB value is (208,21,239).

#d015ef hex color red value is 208, green value is 21 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d015ef hue: 0.81 , saturation: 0.87 and the lightness value of d015ef is 0.51.

The process color (four color CMYK) of #d015ef color hex is 0.13, 0.91, 0.00, 0.06. Web safe color of #d015ef is #cc00ff. Color #d015ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010101 11101111
Octal 320 25 357
Decimal 208 21 239
Hex D0 15 EF

RGB Percentages of Color #d015ef

%44.44
%4.49
%51.07

CMYK Percentages of Color #d015ef

%13
%91
%0
%6

Triadic Colors of #d015ef

#d015ef #efd015 #15efd0

Analogous Colors of #d015ef

#d015ef #ef15a1 #6315ef

Monochromatic Colors of #d015ef

#d015ef

Complementary Color

#d015ef #34ef15

#d015ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d015ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d015ef Color CSS Codes

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

#d015ef Text Font Color

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

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


#d015ef Background Color

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

This div background color is #d015ef


#d015ef Border Color

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

This div border color is #d015ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d015ef


Comments

No comments written yet.

Please login to write comment.