Color Hex Logo

#d51fbe Color Hex

#D51FBE
(213,31,190)
0 Favorites   0 Comments

Color spaces of #d51fbe

RGB 21331190
HSL0.850.750.48
HSV308°85°84°
CMYK 0.000.850.11   0.16
XYZ37.224818.843850.3905
Yxy18.84380.34970.1770
Hunter Lab43.409477.1022-38.4383
CIE-Lab50.504079.1655-40.0389

#d51fbe color RGB value is (213,31,190).

#d51fbe hex color red value is 213, green value is 31 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d51fbe hue: 0.85 , saturation: 0.75 and the lightness value of d51fbe is 0.48.

The process color (four color CMYK) of #d51fbe color hex is 0.00, 0.85, 0.11, 0.16. Web safe color of #d51fbe is #cc33cc. Color #d51fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00011111 10111110
Octal 325 37 276
Decimal 213 31 190
Hex D5 1F BE

RGB Percentages of Color #d51fbe

%49.08
%7.14
%43.78

CMYK Percentages of Color #d51fbe

%0
%85
%11
%16

Triadic Colors of #d51fbe

#d51fbe #bed51f #1fbed5

Analogous Colors of #d51fbe

#d51fbe #d51f63 #911fd5

Monochromatic Colors of #d51fbe

#d51fbe

Complementary Color

#d51fbe #1fd536

#d51fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d51fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d51fbe Color CSS Codes

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

#d51fbe Text Font Color

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

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


#d51fbe Background Color

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

This div background color is #d51fbe


#d51fbe Border Color

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

This div border color is #d51fbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,31,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d51fbe


Comments

No comments written yet.

Please login to write comment.