Color Hex Logo

#d050dc Color Hex

#D050DC
(208,80,220)
0 Favorites   0 Comments

Color spaces of #d050dc

RGB 20880220
HSL0.820.670.59
HSV295°64°86°
CMYK 0.050.640.00   0.14
XYZ41.799424.314570.2002
Yxy24.31450.30660.1784
Hunter Lab49.309765.0207-49.8919
CIE-Lab56.401368.1561-47.9485

#d050dc color RGB value is (208,80,220).

#d050dc hex color red value is 208, green value is 80 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d050dc hue: 0.82 , saturation: 0.67 and the lightness value of d050dc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010000 11011100
Octal 320 120 334
Decimal 208 80 220
Hex D0 50 DC

RGB Percentages of Color #d050dc

%40.94
%15.75
%43.31

CMYK Percentages of Color #d050dc

%5
%64
%0
%14

Triadic Colors of #d050dc

#d050dc #dcd050 #50dcd0

Analogous Colors of #d050dc

#d050dc #dc50a2 #8a50dc

Monochromatic Colors of #d050dc

#d050dc

Complementary Color

#d050dc #5cdc50

#d050dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d050dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d050dc Color CSS Codes

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

#d050dc Text Font Color

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

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


#d050dc Background Color

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

This div background color is #d050dc


#d050dc Border Color

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

This div border color is #d050dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d050dc


Comments

No comments written yet.

Please login to write comment.