Color Hex Logo

#d041d8 Color Hex

#D041D8
(208,65,216)
0 Favorites   0 Comments

Color spaces of #d041d8

RGB 20865216
HSL0.820.660.55
HSV297°70°85°
CMYK 0.040.700.00   0.15
XYZ40.297422.148467.1169
Yxy22.14840.31100.1709
Hunter Lab47.062170.4838-51.6121
CIE-Lab54.184173.1030-49.2038

#d041d8 color RGB value is (208,65,216).

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

The process color (four color CMYK) of #d041d8 color hex is 0.04, 0.70, 0.00, 0.15. Web safe color of #d041d8 is #cc33cc. Color #d041d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000001 11011000
Octal 320 101 330
Decimal 208 65 216
Hex D0 41 D8

RGB Percentages of Color #d041d8

%42.54
%13.29
%44.17

CMYK Percentages of Color #d041d8

%4
%70
%0
%15

Triadic Colors of #d041d8

#d041d8 #d8d041 #41d8d0

Analogous Colors of #d041d8

#d041d8 #d84195 #8541d8

Monochromatic Colors of #d041d8

#d041d8

Complementary Color

#d041d8 #49d841

#d041d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d041d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d041d8 Color CSS Codes

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

#d041d8 Text Font Color

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

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


#d041d8 Background Color

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

This div background color is #d041d8


#d041d8 Border Color

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

This div border color is #d041d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d041d8


Comments

No comments written yet.

Please login to write comment.