Color Hex Logo

#d231dd Color Hex

#D231DD
(210,49,221)
0 Favorites   0 Comments

Color spaces of #d231dd

RGB 21049221
HSL0.820.720.53
HSV296°78°87°
CMYK 0.050.780.00   0.13
XYZ40.727821.118770.3363
Yxy21.11870.30810.1598
Hunter Lab45.955177.7746-58.5774
CIE-Lab53.079279.1983-53.7880

#d231dd color RGB value is (210,49,221).

#d231dd hex color red value is 210, green value is 49 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d231dd hue: 0.82 , saturation: 0.72 and the lightness value of d231dd is 0.53.

The process color (four color CMYK) of #d231dd color hex is 0.05, 0.78, 0.00, 0.13. Web safe color of #d231dd is #cc33cc. Color #d231dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00110001 11011101
Octal 322 61 335
Decimal 210 49 221
Hex D2 31 DD

RGB Percentages of Color #d231dd

%43.75
%10.21
%46.04

CMYK Percentages of Color #d231dd

%5
%78
%0
%13

Triadic Colors of #d231dd

#d231dd #ddd231 #31ddd2

Analogous Colors of #d231dd

#d231dd #dd3192 #7c31dd

Monochromatic Colors of #d231dd

#d231dd

Complementary Color

#d231dd #3cdd31

#d231dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d231dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d231dd Color CSS Codes

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

#d231dd Text Font Color

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

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


#d231dd Background Color

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

This div background color is #d231dd


#d231dd Border Color

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

This div border color is #d231dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,49,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d231dd


Comments

No comments written yet.

Please login to write comment.