Color Hex Logo

#bd2aed Color Hex

#BD2AED
(189,42,237)
0 Favorites   0 Comments

Color spaces of #bd2aed

RGB 18942237
HSL0.790.840.55
HSV285°82°93°
CMYK 0.200.820.00   0.07
XYZ37.100318.589281.7534
Yxy18.58920.26990.1353
Hunter Lab43.115278.1463-82.2428
CIE-Lab50.203180.0540-67.6364

#bd2aed color RGB value is (189,42,237).

#bd2aed hex color red value is 189, green value is 42 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bd2aed hue: 0.79 , saturation: 0.84 and the lightness value of bd2aed is 0.55.

The process color (four color CMYK) of #bd2aed color hex is 0.20, 0.82, 0.00, 0.07. Web safe color of #bd2aed is #cc33ff. Color #bd2aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101010 11101101
Octal 275 52 355
Decimal 189 42 237
Hex BD 2A ED

RGB Percentages of Color #bd2aed

%40.38
%8.97
%50.64

CMYK Percentages of Color #bd2aed

%20
%82
%0
%7

Triadic Colors of #bd2aed

#bd2aed #edbd2a #2aedbd

Analogous Colors of #bd2aed

#bd2aed #ed2abc #5c2aed

Monochromatic Colors of #bd2aed

#bd2aed

Complementary Color

#bd2aed #5aed2a

#bd2aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2aed Color CSS Codes

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

#bd2aed Text Font Color

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

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


#bd2aed Background Color

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

This div background color is #bd2aed


#bd2aed Border Color

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

This div border color is #bd2aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2aed


Comments

No comments written yet.

Please login to write comment.