Color Hex Logo

#d918eb Color Hex

#D918EB
(217,24,235)
0 Favorites   0 Comments

Color spaces of #d918eb

RGB 21724235
HSL0.820.840.51
HSV295°90°92°
CMYK 0.080.900.00   0.08
XYZ43.937321.403180.4127
Yxy21.40310.30150.1468
Hunter Lab46.263588.5637-70.6702
CIE-Lab53.387987.5201-61.1462

#d918eb color RGB value is (217,24,235).

#d918eb hex color red value is 217, green value is 24 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d918eb hue: 0.82 , saturation: 0.84 and the lightness value of d918eb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00011000 11101011
Octal 331 30 353
Decimal 217 24 235
Hex D9 18 EB

RGB Percentages of Color #d918eb

%45.59
%5.04
%49.37

CMYK Percentages of Color #d918eb

%8
%90
%0
%8

Triadic Colors of #d918eb

#d918eb #ebd918 #18ebd9

Analogous Colors of #d918eb

#d918eb #eb1894 #7018eb

Monochromatic Colors of #d918eb

#d918eb

Complementary Color

#d918eb #2aeb18

#d918eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d918eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d918eb Color CSS Codes

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

#d918eb Text Font Color

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

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


#d918eb Background Color

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

This div background color is #d918eb


#d918eb Border Color

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

This div border color is #d918eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d918eb


Comments

No comments written yet.

Please login to write comment.