Color Hex Logo

#bd53cd Color Hex

#BD53CD
(189,83,205)
0 Favorites   0 Comments

Color spaces of #bd53cd

RGB 18983205
HSL0.810.550.56
HSV292°60°80°
CMYK 0.080.600.00   0.20
XYZ35.099021.413160.0408
Yxy21.41310.30110.1837
Hunter Lab46.274354.4120-44.5367
CIE-Lab53.398759.5877-44.3528

#bd53cd color RGB value is (189,83,205).

#bd53cd hex color red value is 189, green value is 83 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bd53cd hue: 0.81 , saturation: 0.55 and the lightness value of bd53cd is 0.56.

The process color (four color CMYK) of #bd53cd color hex is 0.08, 0.60, 0.00, 0.20. Web safe color of #bd53cd is #cc66cc. Color #bd53cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010011 11001101
Octal 275 123 315
Decimal 189 83 205
Hex BD 53 CD

RGB Percentages of Color #bd53cd

%39.62
%17.40
%42.98

CMYK Percentages of Color #bd53cd

%8
%60
%0
%20

Triadic Colors of #bd53cd

#bd53cd #cdbd53 #53cdbd

Analogous Colors of #bd53cd

#bd53cd #cd53a0 #8053cd

Monochromatic Colors of #bd53cd

#bd53cd

Complementary Color

#bd53cd #63cd53

#bd53cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd53cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd53cd Color CSS Codes

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

#bd53cd Text Font Color

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

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


#bd53cd Background Color

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

This div background color is #bd53cd


#bd53cd Border Color

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

This div border color is #bd53cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd53cd


Comments

No comments written yet.

Please login to write comment.