Color Hex Logo

#d15adc Color Hex

#D15ADC
(209,90,220)
0 Favorites   0 Comments

Color spaces of #d15adc

RGB 20990220
HSL0.820.650.61
HSV295°59°86°
CMYK 0.050.590.00   0.14
XYZ42.868926.034970.4760
Yxy26.03490.30760.1868
Hunter Lab51.024460.6767-46.1755
CIE-Lab58.070264.1784-45.2972

#d15adc color RGB value is (209,90,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011010 11011100
Octal 321 132 334
Decimal 209 90 220
Hex D1 5A DC

RGB Percentages of Color #d15adc

%40.27
%17.34
%42.39

CMYK Percentages of Color #d15adc

%5
%59
%0
%14

Triadic Colors of #d15adc

#d15adc #dcd15a #5adcd1

Analogous Colors of #d15adc

#d15adc #dc5aa6 #905adc

Monochromatic Colors of #d15adc

#d15adc

Complementary Color

#d15adc #65dc5a

#d15adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15adc Color CSS Codes

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

#d15adc Text Font Color

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

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


#d15adc Background Color

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

This div background color is #d15adc


#d15adc Border Color

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

This div border color is #d15adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15adc


Comments

No comments written yet.

Please login to write comment.