Color Hex Logo

#d827eb Color Hex

#D827EB
(216,39,235)
0 Favorites   0 Comments

Color spaces of #d827eb

RGB 21639235
HSL0.820.830.54
HSV294°83°92°
CMYK 0.080.830.00   0.08
XYZ44.039822.048180.5318
Yxy22.04810.30040.1504
Hunter Lab46.955485.2444-68.8177
CIE-Lab54.078084.8458-60.0455

#d827eb color RGB value is (216,39,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100111 11101011
Octal 330 47 353
Decimal 216 39 235
Hex D8 27 EB

RGB Percentages of Color #d827eb

%44.08
%7.96
%47.96

CMYK Percentages of Color #d827eb

%8
%83
%0
%8

Triadic Colors of #d827eb

#d827eb #ebd827 #27ebd8

Analogous Colors of #d827eb

#d827eb #eb279c #7627eb

Monochromatic Colors of #d827eb

#d827eb

Complementary Color

#d827eb #3aeb27

#d827eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d827eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d827eb Color CSS Codes

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

#d827eb Text Font Color

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

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


#d827eb Background Color

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

This div background color is #d827eb


#d827eb Border Color

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

This div border color is #d827eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d827eb


Comments

No comments written yet.

Please login to write comment.