Color Hex Logo

#d331db Color Hex

#D331DB
(211,49,219)
0 Favorites   0 Comments

Color spaces of #d331db

RGB 21149219
HSL0.830.700.53
HSV297°78°86°
CMYK 0.040.780.00   0.14
XYZ40.748521.160068.9544
Yxy21.16000.31140.1617
Hunter Lab46.000077.6219-56.6762
CIE-Lab53.124279.0682-52.5706

#d331db color RGB value is (211,49,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110001 11011011
Octal 323 61 333
Decimal 211 49 219
Hex D3 31 DB

RGB Percentages of Color #d331db

%44.05
%10.23
%45.72

CMYK Percentages of Color #d331db

%4
%78
%0
%14

Triadic Colors of #d331db

#d331db #dbd331 #31dbd3

Analogous Colors of #d331db

#d331db #db318e #7e31db

Monochromatic Colors of #d331db

#d331db

Complementary Color

#d331db #39db31

#d331db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d331db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d331db Color CSS Codes

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

#d331db Text Font Color

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

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


#d331db Background Color

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

This div background color is #d331db


#d331db Border Color

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

This div border color is #d331db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d331db


Comments

No comments written yet.

Please login to write comment.