Color Hex Logo

#d41adb Color Hex

#D41ADB
(212,26,219)
0 Favorites   0 Comments

Color spaces of #d41adb

RGB 21226219
HSL0.830.790.48
HSV298°88°86°
CMYK 0.030.880.00   0.14
XYZ40.307019.850368.7249
Yxy19.85030.31270.1540
Hunter Lab44.553783.5172-60.2684
CIE-Lab51.667583.9801-54.8913

#d41adb color RGB value is (212,26,219).

#d41adb hex color red value is 212, green value is 26 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d41adb hue: 0.83 , saturation: 0.79 and the lightness value of d41adb is 0.48.

The process color (four color CMYK) of #d41adb color hex is 0.03, 0.88, 0.00, 0.14. Web safe color of #d41adb is #cc33cc. Color #d41adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00011010 11011011
Octal 324 32 333
Decimal 212 26 219
Hex D4 1A DB

RGB Percentages of Color #d41adb

%46.39
%5.69
%47.92

CMYK Percentages of Color #d41adb

%3
%88
%0
%14

Triadic Colors of #d41adb

#d41adb #dbd41a #1adbd4

Analogous Colors of #d41adb

#d41adb #db1a82 #741adb

Monochromatic Colors of #d41adb

#d41adb

Complementary Color

#d41adb #21db1a

#d41adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d41adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d41adb Color CSS Codes

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

#d41adb Text Font Color

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

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


#d41adb Background Color

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

This div background color is #d41adb


#d41adb Border Color

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

This div border color is #d41adb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,26,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d41adb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d41adb;
  -webkit-box-shadow: 1px 1px 3px 2px #d41adb;
  box-shadow:         1px 1px 3px 2px #d41adb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,26,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d41adb


Comments

No comments written yet.

Please login to write comment.