Color Hex Logo

#d812bc Color Hex

#D812BC
(216,18,188)
0 Favorites   0 Comments

Color spaces of #d812bc

RGB 21618188
HSL0.860.850.46
HSV308°92°85°
CMYK 0.000.920.13   0.15
XYZ37.612318.662449.1968
Yxy18.66240.35660.1769
Hunter Lab43.200079.8119-37.2803
CIE-Lab50.289981.3533-39.1767

#d812bc color RGB value is (216,18,188).

#d812bc hex color red value is 216, green value is 18 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d812bc hue: 0.86 , saturation: 0.85 and the lightness value of d812bc is 0.46.

The process color (four color CMYK) of #d812bc color hex is 0.00, 0.92, 0.13, 0.15. Web safe color of #d812bc is #cc00cc. Color #d812bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010010 10111100
Octal 330 22 274
Decimal 216 18 188
Hex D8 12 BC

RGB Percentages of Color #d812bc

%51.18
%4.27
%44.55

CMYK Percentages of Color #d812bc

%0
%92
%13
%15

Triadic Colors of #d812bc

#d812bc #bcd812 #12bcd8

Analogous Colors of #d812bc

#d812bc #d81259 #9112d8

Monochromatic Colors of #d812bc

#d812bc

Complementary Color

#d812bc #12d82e

#d812bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d812bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d812bc Color CSS Codes

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

#d812bc Text Font Color

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

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


#d812bc Background Color

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

This div background color is #d812bc


#d812bc Border Color

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

This div border color is #d812bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d812bc


Comments

No comments written yet.

Please login to write comment.