Color Hex Logo

#bd2ade Color Hex

#BD2ADE
(189,42,222)
0 Favorites   0 Comments

Color spaces of #bd2ade

RGB 18942222
HSL0.800.730.52
HSV289°81°87°
CMYK 0.150.810.00   0.13
XYZ34.999017.748770.6884
Yxy17.74870.28350.1438
Hunter Lab42.129274.5635-69.9920
CIE-Lab49.189977.3880-60.7816

#bd2ade color RGB value is (189,42,222).

#bd2ade hex color red value is 189, green value is 42 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bd2ade hue: 0.80 , saturation: 0.73 and the lightness value of bd2ade is 0.52.

The process color (four color CMYK) of #bd2ade color hex is 0.15, 0.81, 0.00, 0.13. Web safe color of #bd2ade is #cc33cc. Color #bd2ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101010 11011110
Octal 275 52 336
Decimal 189 42 222
Hex BD 2A DE

RGB Percentages of Color #bd2ade

%41.72
%9.27
%49.01

CMYK Percentages of Color #bd2ade

%15
%81
%0
%13

Triadic Colors of #bd2ade

#bd2ade #debd2a #2adebd

Analogous Colors of #bd2ade

#bd2ade #de2aa5 #632ade

Monochromatic Colors of #bd2ade

#bd2ade

Complementary Color

#bd2ade #4bde2a

#bd2ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2ade Color CSS Codes

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

#bd2ade Text Font Color

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

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


#bd2ade Background Color

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

This div background color is #bd2ade


#bd2ade Border Color

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

This div border color is #bd2ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2ade


Comments

No comments written yet.

Please login to write comment.