Color Hex Logo

#d272dc Color Hex

#D272DC
(210,114,220)
0 Favorites   0 Comments

Color spaces of #d272dc

RGB 210114220
HSL0.820.600.65
HSV294°48°86°
CMYK 0.050.480.00   0.14
XYZ45.513930.903671.2763
Yxy30.90360.30820.2092
Hunter Lab55.591048.8586-37.1053
CIE-Lab62.426253.1319-38.4392

#d272dc color RGB value is (210,114,220).

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

The process color (four color CMYK) of #d272dc color hex is 0.05, 0.48, 0.00, 0.14. Web safe color of #d272dc is #cc66cc. Color #d272dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110010 11011100
Octal 322 162 334
Decimal 210 114 220
Hex D2 72 DC

RGB Percentages of Color #d272dc

%38.60
%20.96
%40.44

CMYK Percentages of Color #d272dc

%5
%48
%0
%14

Triadic Colors of #d272dc

#d272dc #dcd272 #72dcd2

Analogous Colors of #d272dc

#d272dc #dc72b1 #9d72dc

Monochromatic Colors of #d272dc

#d272dc

Complementary Color

#d272dc #7cdc72

#d272dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d272dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d272dc Color CSS Codes

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

#d272dc Text Font Color

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

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


#d272dc Background Color

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

This div background color is #d272dc


#d272dc Border Color

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

This div border color is #d272dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d272dc


Comments

No comments written yet.

Please login to write comment.