Color Hex Logo

#d841e5 Color Hex

#D841E5
(216,65,229)
0 Favorites   0 Comments

Color spaces of #d841e5

RGB 21665229
HSL0.820.760.58
HSV295°72°90°
CMYK 0.060.720.00   0.10
XYZ44.352124.036776.4307
Yxy24.03670.30630.1660
Hunter Lab49.027275.6809-58.1107
CIE-Lab56.124576.9370-53.3931

#d841e5 color RGB value is (216,65,229).

#d841e5 hex color red value is 216, green value is 65 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #d841e5 hue: 0.82 , saturation: 0.76 and the lightness value of d841e5 is 0.58.

The process color (four color CMYK) of #d841e5 color hex is 0.06, 0.72, 0.00, 0.10. Web safe color of #d841e5 is #cc33cc. Color #d841e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000001 11100101
Octal 330 101 345
Decimal 216 65 229
Hex D8 41 E5

RGB Percentages of Color #d841e5

%42.35
%12.75
%44.90

CMYK Percentages of Color #d841e5

%6
%72
%0
%10

Triadic Colors of #d841e5

#d841e5 #e5d841 #41e5d8

Analogous Colors of #d841e5

#d841e5 #e541a0 #8641e5

Monochromatic Colors of #d841e5

#d841e5

Complementary Color

#d841e5 #4ee541

#d841e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d841e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d841e5 Color CSS Codes

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

#d841e5 Text Font Color

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

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


#d841e5 Background Color

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

This div background color is #d841e5


#d841e5 Border Color

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

This div border color is #d841e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d841e5


Comments

No comments written yet.

Please login to write comment.