Color Hex Logo

#d072dc Color Hex

#D072DC
(208,114,220)
0 Favorites   0 Comments

Color spaces of #d072dc

RGB 208114220
HSL0.810.600.65
HSV293°48°86°
CMYK 0.050.480.00   0.14
XYZ44.948030.611871.2498
Yxy30.61180.30620.2085
Hunter Lab55.327948.1882-37.6225
CIE-Lab62.178652.5712-38.8446

#d072dc color RGB value is (208,114,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110010 11011100
Octal 320 162 334
Decimal 208 114 220
Hex D0 72 DC

RGB Percentages of Color #d072dc

%38.38
%21.03
%40.59

CMYK Percentages of Color #d072dc

%5
%48
%0
%14

Triadic Colors of #d072dc

#d072dc #dcd072 #72dcd0

Analogous Colors of #d072dc

#d072dc #dc72b3 #9b72dc

Monochromatic Colors of #d072dc

#d072dc

Complementary Color

#d072dc #7edc72

#d072dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d072dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d072dc Color CSS Codes

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

#d072dc Text Font Color

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

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


#d072dc Background Color

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

This div background color is #d072dc


#d072dc Border Color

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

This div border color is #d072dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d072dc


Comments

No comments written yet.

Please login to write comment.