Color Hex Logo

#bc358a Color Hex

#BC358A
(188,53,138)
0 Favorites   0 Comments

Color spaces of #bc358a

RGB 18853138
HSL0.900.560.47
HSV322°72°74°
CMYK 0.000.720.27   0.26
XYZ26.599615.072625.5521
Yxy15.07260.39570.2242
Hunter Lab38.823454.3569-11.8460
CIE-Lab45.733560.9585-16.9261

#bc358a color RGB value is (188,53,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110101 10001010
Octal 274 65 212
Decimal 188 53 138
Hex BC 35 8A

RGB Percentages of Color #bc358a

%49.60
%13.98
%36.41

CMYK Percentages of Color #bc358a

%0
%72
%27
%26

Triadic Colors of #bc358a

#bc358a #8abc35 #358abc

Analogous Colors of #bc358a

#bc358a #bc3547 #ab35bc

Monochromatic Colors of #bc358a

#bc358a

Complementary Color

#bc358a #35bc67

#bc358a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc358a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc358a Color CSS Codes

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

#bc358a Text Font Color

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

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


#bc358a Background Color

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

This div background color is #bc358a


#bc358a Border Color

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

This div border color is #bc358a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc358a


Comments

No comments written yet.

Please login to write comment.