Color Hex Logo

#bd2bae Color Hex

#BD2BAE
(189,43,174)
0 Favorites   0 Comments

Color spaces of #bd2bae

RGB 18943174
HSL0.850.630.45
HSV306°77°74°
CMYK 0.000.770.08   0.26
XYZ29.490115.602641.5017
Yxy15.60260.34060.1802
Hunter Lab39.500164.1397-34.6443
CIE-Lab46.448769.3171-37.3400

#bd2bae color RGB value is (189,43,174).

#bd2bae hex color red value is 189, green value is 43 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bd2bae hue: 0.85 , saturation: 0.63 and the lightness value of bd2bae is 0.45.

The process color (four color CMYK) of #bd2bae color hex is 0.00, 0.77, 0.08, 0.26. Web safe color of #bd2bae is #cc3399. Color #bd2bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101011 10101110
Octal 275 53 256
Decimal 189 43 174
Hex BD 2B AE

RGB Percentages of Color #bd2bae

%46.55
%10.59
%42.86

CMYK Percentages of Color #bd2bae

%0
%77
%8
%26

Triadic Colors of #bd2bae

#bd2bae #aebd2b #2baebd

Analogous Colors of #bd2bae

#bd2bae #bd2b65 #832bbd

Monochromatic Colors of #bd2bae

#bd2bae

Complementary Color

#bd2bae #2bbd3a

#bd2bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2bae Color CSS Codes

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

#bd2bae Text Font Color

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

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


#bd2bae Background Color

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

This div background color is #bd2bae


#bd2bae Border Color

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

This div border color is #bd2bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2bae


Comments

No comments written yet.

Please login to write comment.