Color Hex Logo

#d155da Color Hex

#D155DA
(209,85,218)
0 Favorites   0 Comments

Color spaces of #d155da

RGB 20985218
HSL0.820.640.59
HSV296°61°85°
CMYK 0.040.610.00   0.15
XYZ42.197925.114368.9531
Yxy25.11430.30970.1843
Hunter Lab50.114262.6035-46.4984
CIE-Lab57.186665.9757-45.5653

#d155da color RGB value is (209,85,218).

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

The process color (four color CMYK) of #d155da color hex is 0.04, 0.61, 0.00, 0.15. Web safe color of #d155da is #cc66cc. Color #d155da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010101 11011010
Octal 321 125 332
Decimal 209 85 218
Hex D1 55 DA

RGB Percentages of Color #d155da

%40.82
%16.60
%42.58

CMYK Percentages of Color #d155da

%4
%61
%0
%15

Triadic Colors of #d155da

#d155da #dad155 #55dad1

Analogous Colors of #d155da

#d155da #da55a1 #8f55da

Monochromatic Colors of #d155da

#d155da

Complementary Color

#d155da #5eda55

#d155da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d155da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d155da Color CSS Codes

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

#d155da Text Font Color

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

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


#d155da Background Color

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

This div background color is #d155da


#d155da Border Color

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

This div border color is #d155da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d155da


Comments

No comments written yet.

Please login to write comment.