Color Hex Logo

#d300b5 Color Hex

#D300B5
(211,0,181)
0 Favorites   0 Comments

Color spaces of #d300b5

RGB 2110181
HSL0.861.000.41
HSV309°100°83°
CMYK 0.001.000.14   0.17
XYZ35.204517.185145.1776
Yxy17.18510.36080.1761
Hunter Lab41.454979.0403-35.5958
CIE-Lab48.492481.0944-37.9772

#d300b5 color RGB value is (211,0,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000000 10110101
Octal 323 0 265
Decimal 211 0 181
Hex D3 0 B5

RGB Percentages of Color #d300b5

%53.83
%0.00
%46.17

CMYK Percentages of Color #d300b5

%0
%100
%14
%17

Triadic Colors of #d300b5

#d300b5 #b5d300 #00b5d3

Analogous Colors of #d300b5

#d300b5 #d3004b #8800d3

Monochromatic Colors of #d300b5

#d300b5

Complementary Color

#d300b5 #00d31e

#d300b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d300b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d300b5 Color CSS Codes

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

#d300b5 Text Font Color

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

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


#d300b5 Background Color

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

This div background color is #d300b5


#d300b5 Border Color

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

This div border color is #d300b5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,0,181, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d300b5


Comments

No comments written yet.

Please login to write comment.