Color Hex Logo

#d61bdd Color Hex

#D61BDD
(214,27,221)
0 Favorites   0 Comments

Color spaces of #d61bdd

RGB 21427221
HSL0.830.780.49
HSV298°88°87°
CMYK 0.030.880.00   0.13
XYZ41.174620.300570.1548
Yxy20.30050.31280.1542
Hunter Lab45.056184.2745-60.7786
CIE-Lab52.175384.4678-55.1976

#d61bdd color RGB value is (214,27,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011011 11011101
Octal 326 33 335
Decimal 214 27 221
Hex D6 1B DD

RGB Percentages of Color #d61bdd

%46.32
%5.84
%47.84

CMYK Percentages of Color #d61bdd

%3
%88
%0
%13

Triadic Colors of #d61bdd

#d61bdd #ddd61b #1bddd6

Analogous Colors of #d61bdd

#d61bdd #dd1b83 #751bdd

Monochromatic Colors of #d61bdd

#d61bdd

Complementary Color

#d61bdd #22dd1b

#d61bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61bdd Color CSS Codes

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

#d61bdd Text Font Color

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

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


#d61bdd Background Color

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

This div background color is #d61bdd


#d61bdd Border Color

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

This div border color is #d61bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61bdd


Comments

No comments written yet.

Please login to write comment.