Color Hex Logo

#d231dc Color Hex

#D231DC
(210,49,220)
0 Favorites   0 Comments

Color spaces of #d231dc

RGB 21049220
HSL0.820.710.53
HSV296°78°86°
CMYK 0.050.780.00   0.14
XYZ40.594921.065669.6366
Yxy21.06560.30920.1604
Hunter Lab45.897377.5582-57.8283
CIE-Lab53.021279.0376-53.3127

#d231dc color RGB value is (210,49,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00110001 11011100
Octal 322 61 334
Decimal 210 49 220
Hex D2 31 DC

RGB Percentages of Color #d231dc

%43.84
%10.23
%45.93

CMYK Percentages of Color #d231dc

%5
%78
%0
%14

Triadic Colors of #d231dc

#d231dc #dcd231 #31dcd2

Analogous Colors of #d231dc

#d231dc #dc3191 #7d31dc

Monochromatic Colors of #d231dc

#d231dc

Complementary Color

#d231dc #3bdc31

#d231dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d231dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d231dc Color CSS Codes

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

#d231dc Text Font Color

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

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


#d231dc Background Color

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

This div background color is #d231dc


#d231dc Border Color

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

This div border color is #d231dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d231dc


Comments

No comments written yet.

Please login to write comment.