Color Hex Logo

#d32adb Color Hex

#D32ADB
(211,42,219)
0 Favorites   0 Comments

Color spaces of #d32adb

RGB 21142219
HSL0.830.710.51
HSV297°81°86°
CMYK 0.040.810.00   0.14
XYZ40.478120.619368.8643
Yxy20.61930.31150.1587
Hunter Lab45.408579.6539-58.1304
CIE-Lab52.530380.7921-53.5197

#d32adb color RGB value is (211,42,219).

#d32adb hex color red value is 211, green value is 42 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d32adb hue: 0.83 , saturation: 0.71 and the lightness value of d32adb is 0.51.

The process color (four color CMYK) of #d32adb color hex is 0.04, 0.81, 0.00, 0.14. Web safe color of #d32adb is #cc33cc. Color #d32adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00101010 11011011
Octal 323 52 333
Decimal 211 42 219
Hex D3 2A DB

RGB Percentages of Color #d32adb

%44.70
%8.90
%46.40

CMYK Percentages of Color #d32adb

%4
%81
%0
%14

Triadic Colors of #d32adb

#d32adb #dbd32a #2adbd3

Analogous Colors of #d32adb

#d32adb #db2a8b #7b2adb

Monochromatic Colors of #d32adb

#d32adb

Complementary Color

#d32adb #32db2a

#d32adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d32adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d32adb Color CSS Codes

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

#d32adb Text Font Color

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

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


#d32adb Background Color

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

This div background color is #d32adb


#d32adb Border Color

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

This div border color is #d32adb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,42,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 #d32adb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d32adb


Comments

No comments written yet.

Please login to write comment.