Color Hex Logo

#d227dc Color Hex

#D227DC
(210,39,220)
0 Favorites   0 Comments

Color spaces of #d227dc

RGB 21039220
HSL0.820.720.51
HSV297°82°86°
CMYK 0.050.820.00   0.14
XYZ40.222120.320069.5124
Yxy20.32000.30930.1562
Hunter Lab45.077780.3866-59.8742
CIE-Lab52.197181.4336-54.6311

#d227dc color RGB value is (210,39,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00100111 11011100
Octal 322 47 334
Decimal 210 39 220
Hex D2 27 DC

RGB Percentages of Color #d227dc

%44.78
%8.32
%46.91

CMYK Percentages of Color #d227dc

%5
%82
%0
%14

Triadic Colors of #d227dc

#d227dc #dcd227 #27dcd2

Analogous Colors of #d227dc

#d227dc #dc278c #7827dc

Monochromatic Colors of #d227dc

#d227dc

Complementary Color

#d227dc #31dc27

#d227dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d227dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d227dc Color CSS Codes

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

#d227dc Text Font Color

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

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


#d227dc Background Color

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

This div background color is #d227dc


#d227dc Border Color

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

This div border color is #d227dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d227dc


Comments

No comments written yet.

Please login to write comment.