Color Hex Logo

#bd5bca Color Hex

#BD5BCA
(189,91,202)
0 Favorites   0 Comments

Color spaces of #bd5bca

RGB 18991202
HSL0.810.510.57
HSV293°55°79°
CMYK 0.060.550.00   0.21
XYZ35.388022.565358.3675
Yxy22.56530.30420.1940
Hunter Lab47.502949.8460-39.5983
CIE-Lab54.621755.2977-40.7061

#bd5bca color RGB value is (189,91,202).

#bd5bca hex color red value is 189, green value is 91 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bd5bca hue: 0.81 , saturation: 0.51 and the lightness value of bd5bca is 0.57.

The process color (four color CMYK) of #bd5bca color hex is 0.06, 0.55, 0.00, 0.21. Web safe color of #bd5bca is #cc66cc. Color #bd5bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011011 11001010
Octal 275 133 312
Decimal 189 91 202
Hex BD 5B CA

RGB Percentages of Color #bd5bca

%39.21
%18.88
%41.91

CMYK Percentages of Color #bd5bca

%6
%55
%0
%21

Triadic Colors of #bd5bca

#bd5bca #cabd5b #5bcabd

Analogous Colors of #bd5bca

#bd5bca #ca5ba0 #865bca

Monochromatic Colors of #bd5bca

#bd5bca

Complementary Color

#bd5bca #68ca5b

#bd5bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5bca Color CSS Codes

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

#bd5bca Text Font Color

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

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


#bd5bca Background Color

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

This div background color is #bd5bca


#bd5bca Border Color

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

This div border color is #bd5bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5bca


Comments

No comments written yet.

Please login to write comment.