Color Hex Logo

#d61bde Color Hex

#D61BDE
(214,27,222)
0 Favorites   0 Comments

Color spaces of #d61bde

RGB 21427222
HSL0.830.780.49
HSV298°88°87°
CMYK 0.040.880.00   0.13
XYZ41.308320.353970.8588
Yxy20.35390.31170.1536
Hunter Lab45.115384.4857-61.5411
CIE-Lab52.235084.6194-55.6705

#d61bde color RGB value is (214,27,222).

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

The process color (four color CMYK) of #d61bde color hex is 0.04, 0.88, 0.00, 0.13. Web safe color of #d61bde is #cc33cc. Color #d61bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011011 11011110
Octal 326 33 336
Decimal 214 27 222
Hex D6 1B DE

RGB Percentages of Color #d61bde

%46.22
%5.83
%47.95

CMYK Percentages of Color #d61bde

%4
%88
%0
%13

Triadic Colors of #d61bde

#d61bde #ded61b #1bded6

Analogous Colors of #d61bde

#d61bde #de1b85 #751bde

Monochromatic Colors of #d61bde

#d61bde

Complementary Color

#d61bde #23de1b

#d61bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61bde Color CSS Codes

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

#d61bde Text Font Color

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

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


#d61bde Background Color

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

This div background color is #d61bde


#d61bde Border Color

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

This div border color is #d61bde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,27,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d61bde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61bde


Comments

No comments written yet.

Please login to write comment.