Color Hex Logo

#bd2eaa Color Hex

#BD2EAA
(189,46,170)
0 Favorites   0 Comments

Color spaces of #bd2eaa

RGB 18946170
HSL0.860.610.46
HSV308°76°74°
CMYK 0.000.760.10   0.26
XYZ29.219015.675139.5158
Yxy15.67510.34620.1857
Hunter Lab39.591862.4485-31.4619
CIE-Lab46.545367.8604-34.8226

#bd2eaa color RGB value is (189,46,170).

#bd2eaa hex color red value is 189, green value is 46 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bd2eaa hue: 0.86 , saturation: 0.61 and the lightness value of bd2eaa is 0.46.

The process color (four color CMYK) of #bd2eaa color hex is 0.00, 0.76, 0.10, 0.26. Web safe color of #bd2eaa is #cc3399. Color #bd2eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101110 10101010
Octal 275 56 252
Decimal 189 46 170
Hex BD 2E AA

RGB Percentages of Color #bd2eaa

%46.67
%11.36
%41.98

CMYK Percentages of Color #bd2eaa

%0
%76
%10
%26

Triadic Colors of #bd2eaa

#bd2eaa #aabd2e #2eaabd

Analogous Colors of #bd2eaa

#bd2eaa #bd2e63 #892ebd

Monochromatic Colors of #bd2eaa

#bd2eaa

Complementary Color

#bd2eaa #2ebd41

#bd2eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2eaa Color CSS Codes

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

#bd2eaa Text Font Color

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

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


#bd2eaa Background Color

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

This div background color is #bd2eaa


#bd2eaa Border Color

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

This div border color is #bd2eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2eaa


Comments

No comments written yet.

Please login to write comment.