Color Hex Logo

#d055dc Color Hex

#D055DC
(208,85,220)
0 Favorites   0 Comments

Color spaces of #d055dc

RGB 20885220
HSL0.820.660.60
HSV295°61°86°
CMYK 0.050.610.00   0.14
XYZ42.179225.074270.3269
Yxy25.07420.30660.1823
Hunter Lab50.074162.7270-48.2183
CIE-Lab57.147666.0873-46.7656

#d055dc color RGB value is (208,85,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010101 11011100
Octal 320 125 334
Decimal 208 85 220
Hex D0 55 DC

RGB Percentages of Color #d055dc

%40.55
%16.57
%42.88

CMYK Percentages of Color #d055dc

%5
%61
%0
%14

Triadic Colors of #d055dc

#d055dc #dcd055 #55dcd0

Analogous Colors of #d055dc

#d055dc #dc55a5 #8d55dc

Monochromatic Colors of #d055dc

#d055dc

Complementary Color

#d055dc #61dc55

#d055dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d055dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d055dc Color CSS Codes

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

#d055dc Text Font Color

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

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


#d055dc Background Color

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

This div background color is #d055dc


#d055dc Border Color

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

This div border color is #d055dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d055dc


Comments

No comments written yet.

Please login to write comment.