Color Hex Logo

#d826ee Color Hex

#D826EE
(216,38,238)
0 Favorites   0 Comments

Color spaces of #d826ee

RGB 21638238
HSL0.820.850.54
HSV293°84°93°
CMYK 0.090.840.00   0.07
XYZ44.444622.158282.8234
Yxy22.15820.29740.1483
Hunter Lab47.072586.1581-71.3692
CIE-Lab54.194585.5257-61.5443

#d826ee color RGB value is (216,38,238).

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

The process color (four color CMYK) of #d826ee color hex is 0.09, 0.84, 0.00, 0.07. Web safe color of #d826ee is #cc33ff. Color #d826ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100110 11101110
Octal 330 46 356
Decimal 216 38 238
Hex D8 26 EE

RGB Percentages of Color #d826ee

%43.90
%7.72
%48.37

CMYK Percentages of Color #d826ee

%9
%84
%0
%7

Triadic Colors of #d826ee

#d826ee #eed826 #26eed8

Analogous Colors of #d826ee

#d826ee #ee26a0 #7426ee

Monochromatic Colors of #d826ee

#d826ee

Complementary Color

#d826ee #3cee26

#d826ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d826ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d826ee Color CSS Codes

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

#d826ee Text Font Color

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

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


#d826ee Background Color

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

This div background color is #d826ee


#d826ee Border Color

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

This div border color is #d826ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,38,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d826ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d826ee


Comments

No comments written yet.

Please login to write comment.