Color Hex Logo

#d818ef Color Hex

#D818EF
(216,24,239)
0 Favorites   0 Comments

Color spaces of #d818ef

RGB 21624239
HSL0.820.870.52
HSV294°90°94°
CMYK 0.100.900.00   0.06
XYZ44.225521.484283.4773
Yxy21.48420.29640.1440
Hunter Lab46.351189.2001-74.3343
CIE-Lab53.475487.9863-63.2633

#d818ef color RGB value is (216,24,239).

#d818ef hex color red value is 216, green value is 24 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d818ef hue: 0.82 , saturation: 0.87 and the lightness value of d818ef is 0.52.

The process color (four color CMYK) of #d818ef color hex is 0.10, 0.90, 0.00, 0.06. Web safe color of #d818ef is #cc00ff. Color #d818ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00011000 11101111
Octal 330 30 357
Decimal 216 24 239
Hex D8 18 EF

RGB Percentages of Color #d818ef

%45.09
%5.01
%49.90

CMYK Percentages of Color #d818ef

%10
%90
%0
%6

Triadic Colors of #d818ef

#d818ef #efd818 #18efd8

Analogous Colors of #d818ef

#d818ef #ef189b #6d18ef

Monochromatic Colors of #d818ef

#d818ef

Complementary Color

#d818ef #2fef18

#d818ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d818ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d818ef Color CSS Codes

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

#d818ef Text Font Color

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

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


#d818ef Background Color

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

This div background color is #d818ef


#d818ef Border Color

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

This div border color is #d818ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d818ef


Comments

No comments written yet.

Please login to write comment.