Color Hex Logo

#bc359b Color Hex

#BC359B
(188,53,155)
0 Favorites   0 Comments

Color spaces of #bc359b

RGB 18853155
HSL0.870.560.47
HSV315°72°74°
CMYK 0.000.720.18   0.26
XYZ27.928515.604132.5502
Yxy15.60410.36710.2051
Hunter Lab39.502057.0735-21.2043
CIE-Lab46.450763.2250-26.0560

#bc359b color RGB value is (188,53,155).

#bc359b hex color red value is 188, green value is 53 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bc359b hue: 0.87 , saturation: 0.56 and the lightness value of bc359b is 0.47.

The process color (four color CMYK) of #bc359b color hex is 0.00, 0.72, 0.18, 0.26. Web safe color of #bc359b is #cc3399. Color #bc359b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110101 10011011
Octal 274 65 233
Decimal 188 53 155
Hex BC 35 9B

RGB Percentages of Color #bc359b

%47.47
%13.38
%39.14

CMYK Percentages of Color #bc359b

%0
%72
%18
%26

Triadic Colors of #bc359b

#bc359b #9bbc35 #359bbc

Analogous Colors of #bc359b

#bc359b #bc3557 #9a35bc

Monochromatic Colors of #bc359b

#bc359b

Complementary Color

#bc359b #35bc56

#bc359b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc359b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc359b Color CSS Codes

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

#bc359b Text Font Color

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

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


#bc359b Background Color

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

This div background color is #bc359b


#bc359b Border Color

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

This div border color is #bc359b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc359b


Comments

No comments written yet.

Please login to write comment.