Color Hex Logo

#bc5fca Color Hex

#BC5FCA
(188,95,202)
0 Favorites   0 Comments

Color spaces of #bc5fca

RGB 18895202
HSL0.810.500.58
HSV292°53°79°
CMYK 0.070.530.00   0.21
XYZ35.491923.140158.4730
Yxy23.14010.30310.1976
Hunter Lab48.104247.5174-38.3970
CIE-Lab55.216453.0864-39.7787

#bc5fca color RGB value is (188,95,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011111 11001010
Octal 274 137 312
Decimal 188 95 202
Hex BC 5F CA

RGB Percentages of Color #bc5fca

%38.76
%19.59
%41.65

CMYK Percentages of Color #bc5fca

%7
%53
%0
%21

Triadic Colors of #bc5fca

#bc5fca #cabc5f #5fcabc

Analogous Colors of #bc5fca

#bc5fca #ca5fa3 #875fca

Monochromatic Colors of #bc5fca

#bc5fca

Complementary Color

#bc5fca #6dca5f

#bc5fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5fca Color CSS Codes

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

#bc5fca Text Font Color

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

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


#bc5fca Background Color

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

This div background color is #bc5fca


#bc5fca Border Color

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

This div border color is #bc5fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5fca


Comments

No comments written yet.

Please login to write comment.