Color Hex Logo

#bd2adf Color Hex

#BD2ADF
(189,42,223)
0 Favorites   0 Comments

Color spaces of #bd2adf

RGB 18942223
HSL0.800.740.52
HSV289°81°87°
CMYK 0.150.810.00   0.13
XYZ35.133517.802571.3965
Yxy17.80250.28260.1432
Hunter Lab42.193074.7966-70.7919
CIE-Lab49.255777.5629-61.2445

#bd2adf color RGB value is (189,42,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101010 11011111
Octal 275 52 337
Decimal 189 42 223
Hex BD 2A DF

RGB Percentages of Color #bd2adf

%41.63
%9.25
%49.12

CMYK Percentages of Color #bd2adf

%15
%81
%0
%13

Triadic Colors of #bd2adf

#bd2adf #dfbd2a #2adfbd

Analogous Colors of #bd2adf

#bd2adf #df2aa7 #632adf

Monochromatic Colors of #bd2adf

#bd2adf

Complementary Color

#bd2adf #4cdf2a

#bd2adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2adf Color CSS Codes

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

#bd2adf Text Font Color

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

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


#bd2adf Background Color

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

This div background color is #bd2adf


#bd2adf Border Color

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

This div border color is #bd2adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2adf


Comments

No comments written yet.

Please login to write comment.