Color Hex Logo

#bd304b Color Hex

#BD304B
(189,48,75)
0 Favorites   0 Comments

Color spaces of #bd304b

RGB 1894875
HSL0.970.590.46
HSV349°75°74°
CMYK 0.000.750.60   0.26
XYZ23.313213.44078.0222
Yxy13.44070.52070.3002
Hunter Lab36.661649.351012.6894
CIE-Lab43.419956.865418.6036

#bd304b color RGB value is (189,48,75).

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

The process color (four color CMYK) of #bd304b color hex is 0.00, 0.75, 0.60, 0.26. Web safe color of #bd304b is #cc3333. Color #bd304b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110000 01001011
Octal 275 60 113
Decimal 189 48 75
Hex BD 30 4B

RGB Percentages of Color #bd304b

%60.58
%15.38
%24.04

CMYK Percentages of Color #bd304b

%0
%75
%60
%26

Triadic Colors of #bd304b

#bd304b #4bbd30 #304bbd

Analogous Colors of #bd304b

#bd304b #bd5c30 #bd3092

Monochromatic Colors of #bd304b

#bd304b

Complementary Color

#bd304b #30bda2

#bd304b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd304b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd304b Color CSS Codes

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

#bd304b Text Font Color

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

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


#bd304b Background Color

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

This div background color is #bd304b


#bd304b Border Color

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

This div border color is #bd304b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd304b


Comments

No comments written yet.

Please login to write comment.