Color Hex Logo

#bd347a Color Hex

#BD347A
(189,52,122)
0 Favorites   0 Comments

Color spaces of #bd347a

RGB 18952122
HSL0.910.570.47
HSV329°72°74°
CMYK 0.000.720.35   0.26
XYZ25.727114.679919.8899
Yxy14.67990.42670.2435
Hunter Lab38.314452.8080-3.9588
CIE-Lab45.192659.6741-7.9759

#bd347a color RGB value is (189,52,122).

#bd347a hex color red value is 189, green value is 52 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bd347a hue: 0.91 , saturation: 0.57 and the lightness value of bd347a is 0.47.

The process color (four color CMYK) of #bd347a color hex is 0.00, 0.72, 0.35, 0.26. Web safe color of #bd347a is #cc3366. Color #bd347a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110100 01111010
Octal 275 64 172
Decimal 189 52 122
Hex BD 34 7A

RGB Percentages of Color #bd347a

%52.07
%14.33
%33.61

CMYK Percentages of Color #bd347a

%0
%72
%35
%26

Triadic Colors of #bd347a

#bd347a #7abd34 #347abd

Analogous Colors of #bd347a

#bd347a #bd3436 #bc34bd

Monochromatic Colors of #bd347a

#bd347a

Complementary Color

#bd347a #34bd77

#bd347a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd347a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd347a Color CSS Codes

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

#bd347a Text Font Color

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

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


#bd347a Background Color

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

This div background color is #bd347a


#bd347a Border Color

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

This div border color is #bd347a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd347a


Comments

No comments written yet.

Please login to write comment.