Color Hex Logo

#d041bd Color Hex

#D041BD
(208,65,189)
0 Favorites   0 Comments

Color spaces of #d041bd

RGB 20865189
HSL0.860.600.54
HSV308°69°82°
CMYK 0.000.690.09   0.18
XYZ37.088020.864650.2166
Yxy20.86460.34290.1929
Hunter Lab45.677864.9967-33.2070
CIE-Lab52.801068.8158-35.9003

#d041bd color RGB value is (208,65,189).

#d041bd hex color red value is 208, green value is 65 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d041bd hue: 0.86 , saturation: 0.60 and the lightness value of d041bd is 0.54.

The process color (four color CMYK) of #d041bd color hex is 0.00, 0.69, 0.09, 0.18. Web safe color of #d041bd is #cc33cc. Color #d041bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000001 10111101
Octal 320 101 275
Decimal 208 65 189
Hex D0 41 BD

RGB Percentages of Color #d041bd

%45.02
%14.07
%40.91

CMYK Percentages of Color #d041bd

%0
%69
%9
%18

Triadic Colors of #d041bd

#d041bd #bdd041 #41bdd0

Analogous Colors of #d041bd

#d041bd #d04176 #9c41d0

Monochromatic Colors of #d041bd

#d041bd

Complementary Color

#d041bd #41d054

#d041bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d041bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d041bd Color CSS Codes

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

#d041bd Text Font Color

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

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


#d041bd Background Color

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

This div background color is #d041bd


#d041bd Border Color

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

This div border color is #d041bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d041bd


Comments

No comments written yet.

Please login to write comment.