Color Hex Logo

#bd306c Color Hex

#BD306C
(189,48,108)
0 Favorites   0 Comments

Color spaces of #bd306c

RGB 18948108
HSL0.930.590.46
HSV334°75°74°
CMYK 0.000.750.43   0.26
XYZ24.750014.015415.5881
Yxy14.01540.45540.2579
Hunter Lab37.437152.49281.5188
CIE-Lab44.255059.5679-0.7384

#bd306c color RGB value is (189,48,108).

#bd306c hex color red value is 189, green value is 48 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #bd306c hue: 0.93 , saturation: 0.59 and the lightness value of bd306c is 0.46.

The process color (four color CMYK) of #bd306c color hex is 0.00, 0.75, 0.43, 0.26. Web safe color of #bd306c is #cc3366. Color #bd306c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110000 01101100
Octal 275 60 154
Decimal 189 48 108
Hex BD 30 6C

RGB Percentages of Color #bd306c

%54.78
%13.91
%31.30

CMYK Percentages of Color #bd306c

%0
%75
%43
%26

Triadic Colors of #bd306c

#bd306c #6cbd30 #306cbd

Analogous Colors of #bd306c

#bd306c #bd3b30 #bd30b3

Monochromatic Colors of #bd306c

#bd306c

Complementary Color

#bd306c #30bd81

#bd306c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd306c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd306c Color CSS Codes

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

#bd306c Text Font Color

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

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


#bd306c Background Color

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

This div background color is #bd306c


#bd306c Border Color

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

This div border color is #bd306c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,48,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd306c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd306c;
  -webkit-box-shadow: 1px 1px 3px 2px #bd306c;
  box-shadow:         1px 1px 3px 2px #bd306c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,48,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd306c


Comments

No comments written yet.

Please login to write comment.