Color Hex Logo

#d15fdb Color Hex

#D15FDB
(209,95,219)
0 Favorites   0 Comments

Color spaces of #d15fdb

RGB 20995219
HSL0.820.630.62
HSV295°57°86°
CMYK 0.050.570.00   0.14
XYZ43.172926.854269.9257
Yxy26.85420.30850.1919
Hunter Lab51.821058.0243-43.7294
CIE-Lab58.839161.7682-43.5199

#d15fdb color RGB value is (209,95,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011111 11011011
Octal 321 137 333
Decimal 209 95 219
Hex D1 5F DB

RGB Percentages of Color #d15fdb

%39.96
%18.16
%41.87

CMYK Percentages of Color #d15fdb

%5
%57
%0
%14

Triadic Colors of #d15fdb

#d15fdb #dbd15f #5fdbd1

Analogous Colors of #d15fdb

#d15fdb #db5fa7 #935fdb

Monochromatic Colors of #d15fdb

#d15fdb

Complementary Color

#d15fdb #69db5f

#d15fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15fdb Color CSS Codes

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

#d15fdb Text Font Color

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

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


#d15fdb Background Color

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

This div background color is #d15fdb


#d15fdb Border Color

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

This div border color is #d15fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15fdb


Comments

No comments written yet.

Please login to write comment.