Color Hex Logo

#d51bbc Color Hex

#D51BBC
(213,27,188)
0 Favorites   0 Comments

Color spaces of #d51bbc

RGB 21327188
HSL0.860.780.47
HSV308°87°84°
CMYK 0.000.870.12   0.16
XYZ36.909618.560849.2142
Yxy18.56080.35260.1773
Hunter Lab43.082277.5313-37.5713
CIE-Lab50.169479.5723-39.4026

#d51bbc color RGB value is (213,27,188).

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

The process color (four color CMYK) of #d51bbc color hex is 0.00, 0.87, 0.12, 0.16. Web safe color of #d51bbc is #cc33cc. Color #d51bbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00011011 10111100
Octal 325 33 274
Decimal 213 27 188
Hex D5 1B BC

RGB Percentages of Color #d51bbc

%49.77
%6.31
%43.93

CMYK Percentages of Color #d51bbc

%0
%87
%12
%16

Triadic Colors of #d51bbc

#d51bbc #bcd51b #1bbcd5

Analogous Colors of #d51bbc

#d51bbc #d51b5f #911bd5

Monochromatic Colors of #d51bbc

#d51bbc

Complementary Color

#d51bbc #1bd534

#d51bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d51bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d51bbc Color CSS Codes

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

#d51bbc Text Font Color

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

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


#d51bbc Background Color

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

This div background color is #d51bbc


#d51bbc Border Color

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

This div border color is #d51bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d51bbc


Comments

No comments written yet.

Please login to write comment.