Color Hex Logo

#bc18aa Color Hex

#BC18AA
(188,24,170)
0 Favorites   0 Comments

Color spaces of #bc18aa

RGB 18824170
HSL0.850.770.42
HSV307°87°74°
CMYK 0.000.870.10   0.26
XYZ28.321414.246939.2874
Yxy14.24690.34600.1740
Hunter Lab37.745167.8807-35.2912
CIE-Lab44.585072.8187-37.9271

#bc18aa color RGB value is (188,24,170).

#bc18aa hex color red value is 188, green value is 24 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bc18aa hue: 0.85 , saturation: 0.77 and the lightness value of bc18aa is 0.42.

The process color (four color CMYK) of #bc18aa color hex is 0.00, 0.87, 0.10, 0.26. Web safe color of #bc18aa is #cc0099. Color #bc18aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011000 10101010
Octal 274 30 252
Decimal 188 24 170
Hex BC 18 AA

RGB Percentages of Color #bc18aa

%49.21
%6.28
%44.50

CMYK Percentages of Color #bc18aa

%0
%87
%10
%26

Triadic Colors of #bc18aa

#bc18aa #aabc18 #18aabc

Analogous Colors of #bc18aa

#bc18aa #bc1858 #7c18bc

Monochromatic Colors of #bc18aa

#bc18aa

Complementary Color

#bc18aa #18bc2a

#bc18aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc18aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc18aa Color CSS Codes

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

#bc18aa Text Font Color

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

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


#bc18aa Background Color

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

This div background color is #bc18aa


#bc18aa Border Color

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

This div border color is #bc18aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc18aa


Comments

No comments written yet.

Please login to write comment.