Color Hex Logo

#d824eb Color Hex

#D824EB
(216,36,235)
0 Favorites   0 Comments

Color spaces of #d824eb

RGB 21636235
HSL0.820.830.53
HSV294°85°92°
CMYK 0.080.850.00   0.08
XYZ43.945221.858880.5003
Yxy21.85880.30040.1494
Hunter Lab46.753485.9601-69.3585
CIE-Lab53.876985.4355-60.3687

#d824eb color RGB value is (216,36,235).

#d824eb hex color red value is 216, green value is 36 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d824eb hue: 0.82 , saturation: 0.83 and the lightness value of d824eb is 0.53.

The process color (four color CMYK) of #d824eb color hex is 0.08, 0.85, 0.00, 0.08. Web safe color of #d824eb is #cc33ff. Color #d824eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100100 11101011
Octal 330 44 353
Decimal 216 36 235
Hex D8 24 EB

RGB Percentages of Color #d824eb

%44.35
%7.39
%48.25

CMYK Percentages of Color #d824eb

%8
%85
%0
%8

Triadic Colors of #d824eb

#d824eb #ebd824 #24ebd8

Analogous Colors of #d824eb

#d824eb #eb249b #7524eb

Monochromatic Colors of #d824eb

#d824eb

Complementary Color

#d824eb #37eb24

#d824eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d824eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d824eb Color CSS Codes

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

#d824eb Text Font Color

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

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


#d824eb Background Color

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

This div background color is #d824eb


#d824eb Border Color

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

This div border color is #d824eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d824eb


Comments

No comments written yet.

Please login to write comment.