Color Hex Logo

#bd2adc Color Hex

#BD2ADC
(189,42,220)
0 Favorites   0 Comments

Color spaces of #bd2adc

RGB 18942220
HSL0.800.720.51
HSV290°81°86°
CMYK 0.140.810.00   0.14
XYZ34.732517.642169.2848
Yxy17.64210.28550.1450
Hunter Lab42.002574.1000-68.3995
CIE-Lab49.059177.0398-59.8532

#bd2adc color RGB value is (189,42,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101010 11011100
Octal 275 52 334
Decimal 189 42 220
Hex BD 2A DC

RGB Percentages of Color #bd2adc

%41.91
%9.31
%48.78

CMYK Percentages of Color #bd2adc

%14
%81
%0
%14

Triadic Colors of #bd2adc

#bd2adc #dcbd2a #2adcbd

Analogous Colors of #bd2adc

#bd2adc #dc2aa2 #642adc

Monochromatic Colors of #bd2adc

#bd2adc

Complementary Color

#bd2adc #49dc2a

#bd2adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2adc Color CSS Codes

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

#bd2adc Text Font Color

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

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


#bd2adc Background Color

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

This div background color is #bd2adc


#bd2adc Border Color

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

This div border color is #bd2adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2adc


Comments

No comments written yet.

Please login to write comment.