Color Hex Logo

#d627db Color Hex

#D627DB
(214,39,219)
0 Favorites   0 Comments

Color spaces of #d627db

RGB 21439219
HSL0.830.710.51
HSV298°82°86°
CMYK 0.020.820.00   0.14
XYZ41.243320.861768.8708
Yxy20.86170.31490.1593
Hunter Lab45.674681.2515-57.4286
CIE-Lab52.797881.9948-53.0639

#d627db color RGB value is (214,39,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00100111 11011011
Octal 326 47 333
Decimal 214 39 219
Hex D6 27 DB

RGB Percentages of Color #d627db

%45.34
%8.26
%46.40

CMYK Percentages of Color #d627db

%2
%82
%0
%14

Triadic Colors of #d627db

#d627db #dbd627 #27dbd6

Analogous Colors of #d627db

#d627db #db2786 #7c27db

Monochromatic Colors of #d627db

#d627db

Complementary Color

#d627db #2cdb27

#d627db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d627db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d627db Color CSS Codes

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

#d627db Text Font Color

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

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


#d627db Background Color

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

This div background color is #d627db


#d627db Border Color

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

This div border color is #d627db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d627db


Comments

No comments written yet.

Please login to write comment.