Color Hex Logo

#d155dc Color Hex

#D155DC
(209,85,220)
0 Favorites   0 Comments

Color spaces of #d155dc

RGB 20985220
HSL0.820.660.60
HSV295°61°86°
CMYK 0.050.610.00   0.14
XYZ42.461325.219670.3401
Yxy25.21960.30760.1827
Hunter Lab50.219163.0420-47.8920
CIE-Lab57.288866.3274-46.5332

#d155dc color RGB value is (209,85,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010101 11011100
Octal 321 125 334
Decimal 209 85 220
Hex D1 55 DC

RGB Percentages of Color #d155dc

%40.66
%16.54
%42.80

CMYK Percentages of Color #d155dc

%5
%61
%0
%14

Triadic Colors of #d155dc

#d155dc #dcd155 #55dcd1

Analogous Colors of #d155dc

#d155dc #dc55a4 #8e55dc

Monochromatic Colors of #d155dc

#d155dc

Complementary Color

#d155dc #60dc55

#d155dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d155dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d155dc Color CSS Codes

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

#d155dc Text Font Color

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

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


#d155dc Background Color

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

This div background color is #d155dc


#d155dc Border Color

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

This div border color is #d155dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d155dc


Comments

No comments written yet.

Please login to write comment.