Color Hex Logo

#d600bc Color Hex

#D600BC
(214,0,188)
0 Favorites   0 Comments

Color spaces of #d600bc

RGB 2140188
HSL0.851.000.42
HSV307°100°84°
CMYK 0.001.000.12   0.16
XYZ36.808717.927049.0972
Yxy17.92700.35450.1727
Hunter Lab42.340381.0842-39.1136
CIE-Lab49.407482.5236-40.5945

#d600bc color RGB value is (214,0,188).

#d600bc hex color red value is 214, green value is 0 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d600bc hue: 0.85 , saturation: 1.00 and the lightness value of d600bc is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000000 10111100
Octal 326 0 274
Decimal 214 0 188
Hex D6 0 BC

RGB Percentages of Color #d600bc

%53.23
%0.00
%46.77

CMYK Percentages of Color #d600bc

%0
%100
%12
%16

Triadic Colors of #d600bc

#d600bc #bcd600 #00bcd6

Analogous Colors of #d600bc

#d600bc #d60051 #8500d6

Monochromatic Colors of #d600bc

#d600bc

Complementary Color

#d600bc #00d61a

#d600bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d600bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d600bc Color CSS Codes

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

#d600bc Text Font Color

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

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


#d600bc Background Color

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

This div background color is #d600bc


#d600bc Border Color

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

This div border color is #d600bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d600bc

#d600bc Color Palettes


Comments

No comments written yet.

Please login to write comment.