Color Hex Logo

#d511bc Color Hex

#D511BC
(213,17,188)
0 Favorites   0 Comments

Color spaces of #d511bc

RGB 21317188
HSL0.850.850.45
HSV308°92°84°
CMYK 0.000.920.12   0.16
XYZ36.718118.177949.1504
Yxy18.17790.35290.1747
Hunter Lab42.635579.1135-38.5048
CIE-Lab49.711280.9152-40.1262

#d511bc color RGB value is (213,17,188).

#d511bc hex color red value is 213, green value is 17 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d511bc hue: 0.85 , saturation: 0.85 and the lightness value of d511bc is 0.45.

The process color (four color CMYK) of #d511bc color hex is 0.00, 0.92, 0.12, 0.16. Web safe color of #d511bc is #cc00cc. Color #d511bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010001 10111100
Octal 325 21 274
Decimal 213 17 188
Hex D5 11 BC

RGB Percentages of Color #d511bc

%50.96
%4.07
%44.98

CMYK Percentages of Color #d511bc

%0
%92
%12
%16

Triadic Colors of #d511bc

#d511bc #bcd511 #11bcd5

Analogous Colors of #d511bc

#d511bc #d5115a #8c11d5

Monochromatic Colors of #d511bc

#d511bc

Complementary Color

#d511bc #11d52a

#d511bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d511bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d511bc Color CSS Codes

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

#d511bc Text Font Color

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

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


#d511bc Background Color

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

This div background color is #d511bc


#d511bc Border Color

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

This div border color is #d511bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d511bc


Comments

No comments written yet.

Please login to write comment.