Color Hex Logo

#d51bde Color Hex

#D51BDE
(213,27,222)
0 Favorites   0 Comments

Color spaces of #d51bde

RGB 21327222
HSL0.830.780.49
HSV297°88°87°
CMYK 0.040.880.00   0.13
XYZ41.017320.203970.8451
Yxy20.20390.31060.1530
Hunter Lab44.948784.2272-61.9847
CIE-Lab52.067084.4522-55.9490

#d51bde color RGB value is (213,27,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00011011 11011110
Octal 325 33 336
Decimal 213 27 222
Hex D5 1B DE

RGB Percentages of Color #d51bde

%46.10
%5.84
%48.05

CMYK Percentages of Color #d51bde

%4
%88
%0
%13

Triadic Colors of #d51bde

#d51bde #ded51b #1bded5

Analogous Colors of #d51bde

#d51bde #de1b86 #741bde

Monochromatic Colors of #d51bde

#d51bde

Complementary Color

#d51bde #24de1b

#d51bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d51bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d51bde Color CSS Codes

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

#d51bde Text Font Color

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

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


#d51bde Background Color

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

This div background color is #d51bde


#d51bde Border Color

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

This div border color is #d51bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d51bde


Comments

No comments written yet.

Please login to write comment.