Color Hex Logo

#bc53be Color Hex

#BC53BE
(188,83,190)
0 Favorites   0 Comments

Color spaces of #bc53be

RGB 18883190
HSL0.830.450.54
HSV299°56°75°
CMYK 0.010.560.00   0.25
XYZ33.126620.595650.9446
Yxy20.59560.31650.1968
Hunter Lab45.382450.8759-34.7891
CIE-Lab52.504056.5945-37.1555

#bc53be color RGB value is (188,83,190).

#bc53be hex color red value is 188, green value is 83 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bc53be hue: 0.83 , saturation: 0.45 and the lightness value of bc53be is 0.54.

The process color (four color CMYK) of #bc53be color hex is 0.01, 0.56, 0.00, 0.25. Web safe color of #bc53be is #cc66cc. Color #bc53be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010011 10111110
Octal 274 123 276
Decimal 188 83 190
Hex BC 53 BE

RGB Percentages of Color #bc53be

%40.78
%18.00
%41.21

CMYK Percentages of Color #bc53be

%1
%56
%0
%25

Triadic Colors of #bc53be

#bc53be #bebc53 #53bebc

Analogous Colors of #bc53be

#bc53be #be538b #8753be

Monochromatic Colors of #bc53be

#bc53be

Complementary Color

#bc53be #55be53

#bc53be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc53be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc53be Color CSS Codes

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

#bc53be Text Font Color

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

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


#bc53be Background Color

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

This div background color is #bc53be


#bc53be Border Color

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

This div border color is #bc53be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc53be


Comments

No comments written yet.

Please login to write comment.