Color Hex Logo

#d228dc Color Hex

#D228DC
(210,40,220)
0 Favorites   0 Comments

Color spaces of #d228dc

RGB 21040220
HSL0.820.720.51
HSV297°82°86°
CMYK 0.050.820.00   0.14
XYZ40.255420.386569.5234
Yxy20.38650.30930.1566
Hunter Lab45.151480.1293-59.6878
CIE-Lab52.271481.2169-54.5120

#d228dc color RGB value is (210,40,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00101000 11011100
Octal 322 50 334
Decimal 210 40 220
Hex D2 28 DC

RGB Percentages of Color #d228dc

%44.68
%8.51
%46.81

CMYK Percentages of Color #d228dc

%5
%82
%0
%14

Triadic Colors of #d228dc

#d228dc #dcd228 #28dcd2

Analogous Colors of #d228dc

#d228dc #dc288c #7828dc

Monochromatic Colors of #d228dc

#d228dc

Complementary Color

#d228dc #32dc28

#d228dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d228dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d228dc Color CSS Codes

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

#d228dc Text Font Color

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

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


#d228dc Background Color

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

This div background color is #d228dc


#d228dc Border Color

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

This div border color is #d228dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d228dc


Comments

No comments written yet.

Please login to write comment.