Color Hex Logo

#d625db Color Hex

#D625DB
(214,37,219)
0 Favorites   0 Comments

Color spaces of #d625db

RGB 21437219
HSL0.830.720.50
HSV298°83°86°
CMYK 0.020.830.00   0.14
XYZ41.179320.733868.8495
Yxy20.73380.31490.1586
Hunter Lab45.534481.7424-57.7744
CIE-Lab52.656982.4061-53.2891

#d625db color RGB value is (214,37,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00100101 11011011
Octal 326 45 333
Decimal 214 37 219
Hex D6 25 DB

RGB Percentages of Color #d625db

%45.53
%7.87
%46.60

CMYK Percentages of Color #d625db

%2
%83
%0
%14

Triadic Colors of #d625db

#d625db #dbd625 #25dbd6

Analogous Colors of #d625db

#d625db #db2585 #7b25db

Monochromatic Colors of #d625db

#d625db

Complementary Color

#d625db #2adb25

#d625db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d625db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d625db Color CSS Codes

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

#d625db Text Font Color

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

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


#d625db Background Color

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

This div background color is #d625db


#d625db Border Color

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

This div border color is #d625db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d625db


Comments

No comments written yet.

Please login to write comment.