Color Hex Logo

#bc5bca Color Hex

#BC5BCA
(188,91,202)
0 Favorites   0 Comments

Color spaces of #bc5bca

RGB 18891202
HSL0.810.510.57
HSV292°55°79°
CMYK 0.070.550.00   0.21
XYZ35.140822.437858.3559
Yxy22.43780.30310.1935
Hunter Lab47.368649.5269-39.8846
CIE-Lab54.488555.0326-40.9251

#bc5bca color RGB value is (188,91,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011011 11001010
Octal 274 133 312
Decimal 188 91 202
Hex BC 5B CA

RGB Percentages of Color #bc5bca

%39.09
%18.92
%42.00

CMYK Percentages of Color #bc5bca

%7
%55
%0
%21

Triadic Colors of #bc5bca

#bc5bca #cabc5b #5bcabc

Analogous Colors of #bc5bca

#bc5bca #ca5ba1 #855bca

Monochromatic Colors of #bc5bca

#bc5bca

Complementary Color

#bc5bca #69ca5b

#bc5bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5bca Color CSS Codes

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

#bc5bca Text Font Color

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

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


#bc5bca Background Color

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

This div background color is #bc5bca


#bc5bca Border Color

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

This div border color is #bc5bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5bca


Comments

No comments written yet.

Please login to write comment.