Color Hex Logo

#bc3594 Color Hex

#BC3594
(188,53,148)
0 Favorites   0 Comments

Color spaces of #bc3594

RGB 18853148
HSL0.880.560.47
HSV318°72°74°
CMYK 0.000.720.21   0.26
XYZ27.357415.375729.5429
Yxy15.37570.37850.2127
Hunter Lab39.211955.9154-17.2218
CIE-Lab46.144562.2634-22.3318

#bc3594 color RGB value is (188,53,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110101 10010100
Octal 274 65 224
Decimal 188 53 148
Hex BC 35 94

RGB Percentages of Color #bc3594

%48.33
%13.62
%38.05

CMYK Percentages of Color #bc3594

%0
%72
%21
%26

Triadic Colors of #bc3594

#bc3594 #94bc35 #3594bc

Analogous Colors of #bc3594

#bc3594 #bc3551 #a135bc

Monochromatic Colors of #bc3594

#bc3594

Complementary Color

#bc3594 #35bc5d

#bc3594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc3594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc3594 Color CSS Codes

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

#bc3594 Text Font Color

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

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


#bc3594 Background Color

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

This div background color is #bc3594


#bc3594 Border Color

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

This div border color is #bc3594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc3594


Comments

No comments written yet.

Please login to write comment.