Color Hex Logo

#d300bc Color Hex

#D300BC
(211,0,188)
0 Favorites   0 Comments

Color spaces of #d300bc

RGB 2110188
HSL0.851.000.41
HSV307°100°83°
CMYK 0.001.000.11   0.17
XYZ35.941117.479749.0566
Yxy17.47970.35070.1706
Hunter Lab41.808780.2832-40.3023
CIE-Lab48.858982.0020-41.4980

#d300bc color RGB value is (211,0,188).

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

The process color (four color CMYK) of #d300bc color hex is 0.00, 1.00, 0.11, 0.17. Web safe color of #d300bc is #cc00cc. Color #d300bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000000 10111100
Octal 323 0 274
Decimal 211 0 188
Hex D3 0 BC

RGB Percentages of Color #d300bc

%52.88
%0.00
%47.12

CMYK Percentages of Color #d300bc

%0
%100
%11
%17

Triadic Colors of #d300bc

#d300bc #bcd300 #00bcd3

Analogous Colors of #d300bc

#d300bc #d30052 #8100d3

Monochromatic Colors of #d300bc

#d300bc

Complementary Color

#d300bc #00d317

#d300bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d300bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d300bc Color CSS Codes

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

#d300bc Text Font Color

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

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


#d300bc Background Color

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

This div background color is #d300bc


#d300bc Border Color

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

This div border color is #d300bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d300bc


Comments

No comments written yet.

Please login to write comment.