Color Hex Logo

#bd53df Color Hex

#BD53DF
(189,83,223)
0 Favorites   0 Comments

Color spaces of #bd53df

RGB 18983223
HSL0.790.690.60
HSV285°63°87°
CMYK 0.150.630.00   0.13
XYZ37.398822.333072.1516
Yxy22.33300.28360.1693
Hunter Lab47.257858.5599-57.4415
CIE-Lab54.378663.0337-53.0224

#bd53df color RGB value is (189,83,223).

#bd53df hex color red value is 189, green value is 83 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bd53df hue: 0.79 , saturation: 0.69 and the lightness value of bd53df is 0.60.

The process color (four color CMYK) of #bd53df color hex is 0.15, 0.63, 0.00, 0.13. Web safe color of #bd53df is #cc66cc. Color #bd53df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010011 11011111
Octal 275 123 337
Decimal 189 83 223
Hex BD 53 DF

RGB Percentages of Color #bd53df

%38.18
%16.77
%45.05

CMYK Percentages of Color #bd53df

%15
%63
%0
%13

Triadic Colors of #bd53df

#bd53df #dfbd53 #53dfbd

Analogous Colors of #bd53df

#bd53df #df53bb #7753df

Monochromatic Colors of #bd53df

#bd53df

Complementary Color

#bd53df #75df53

#bd53df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd53df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd53df Color CSS Codes

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

#bd53df Text Font Color

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

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


#bd53df Background Color

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

This div background color is #bd53df


#bd53df Border Color

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

This div border color is #bd53df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,83,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 #bd53df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd53df


Comments

No comments written yet.

Please login to write comment.