Color Hex Logo

#d125db Color Hex

#D125DB
(209,37,219)
0 Favorites   0 Comments

Color spaces of #d125db

RGB 20937219
HSL0.820.720.50
HSV297°83°86°
CMYK 0.050.830.00   0.14
XYZ39.742219.992968.7822
Yxy19.99290.30920.1556
Hunter Lab44.713480.4060-59.9058
CIE-Lab51.829281.5205-54.6603

#d125db color RGB value is (209,37,219).

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

The process color (four color CMYK) of #d125db color hex is 0.05, 0.83, 0.00, 0.14. Web safe color of #d125db is #cc33cc. Color #d125db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100101 11011011
Octal 321 45 333
Decimal 209 37 219
Hex D1 25 DB

RGB Percentages of Color #d125db

%44.95
%7.96
%47.10

CMYK Percentages of Color #d125db

%5
%83
%0
%14

Triadic Colors of #d125db

#d125db #dbd125 #25dbd1

Analogous Colors of #d125db

#d125db #db258a #7625db

Monochromatic Colors of #d125db

#d125db

Complementary Color

#d125db #2fdb25

#d125db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d125db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d125db Color CSS Codes

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

#d125db Text Font Color

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

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


#d125db Background Color

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

This div background color is #d125db


#d125db Border Color

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

This div border color is #d125db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d125db


Comments

No comments written yet.

Please login to write comment.