Color Hex Logo

#d61fdb Color Hex

#D61FDB
(214,31,219)
0 Favorites   0 Comments

Color spaces of #d61fdb

RGB 21431219
HSL0.830.750.49
HSV298°86°86°
CMYK 0.020.860.00   0.14
XYZ41.007720.390668.7923
Yxy20.39060.31500.1566
Hunter Lab45.156083.0792-58.7155
CIE-Lab52.276083.5218-53.8983

#d61fdb color RGB value is (214,31,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011111 11011011
Octal 326 37 333
Decimal 214 31 219
Hex D6 1F DB

RGB Percentages of Color #d61fdb

%46.12
%6.68
%47.20

CMYK Percentages of Color #d61fdb

%2
%86
%0
%14

Triadic Colors of #d61fdb

#d61fdb #dbd61f #1fdbd6

Analogous Colors of #d61fdb

#d61fdb #db1f82 #781fdb

Monochromatic Colors of #d61fdb

#d61fdb

Complementary Color

#d61fdb #24db1f

#d61fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61fdb Color CSS Codes

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

#d61fdb Text Font Color

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

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


#d61fdb Background Color

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

This div background color is #d61fdb


#d61fdb Border Color

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

This div border color is #d61fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61fdb


Comments

No comments written yet.

Please login to write comment.