color codes Logo

#d155db color codes

#D155DB
(209,85,219)
0 Favorites   0 Comments

Color spaces of #d155db

RGB 20985219
HSL0.820.650.60
HSV296°61°86°
CMYK 0.050.610.00   0.14
XYZ42.329225.166869.6445
Yxy25.16680.30870.1835
Hunter Lab50.166562.8222-47.1938
CIE-Lab57.237666.1512-46.0496

#d155db color RGB value is (209,85,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010101 11011011
Octal 321 125 333
Decimal 209 85 219
Hex D1 55 DB

RGB Percentages of Color #d155db

%40.74
%16.57
%42.69

CMYK Percentages of Color #d155db

%5
%61
%0
%14

Triadic Colors of #d155db

#d155db #dbd155 #55dbd1

Analogous Colors of #d155db

#d155db #db55a2 #8e55db

Monochromatic Colors of #d155db

#d155db

Complementary Color

#d155db #5fdb55

#d155db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d155db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d155db Color CSS Codes

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

#d155db Text Font Color

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

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


#d155db Background Color

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

This div background color is #d155db


#d155db Border Color

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

This div border color is #d155db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,85,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d155db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d155db


Comments

No comments written yet.

Please login to write comment.