Color Hex Logo

#bc107a Color Hex

#BC107A
(188,16,122)
0 Favorites   0 Comments

Color spaces of #bc107a

RGB 18816122
HSL0.900.840.40
HSV323°91°74°
CMYK 0.000.910.35   0.26
XYZ24.437212.467119.5308
Yxy12.46710.43300.2209
Hunter Lab35.308861.7494-8.0797
CIE-Lab41.949168.1565-12.8811

#bc107a color RGB value is (188,16,122).

#bc107a hex color red value is 188, green value is 16 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bc107a hue: 0.90 , saturation: 0.84 and the lightness value of bc107a is 0.40.

The process color (four color CMYK) of #bc107a color hex is 0.00, 0.91, 0.35, 0.26. Web safe color of #bc107a is #cc0066. Color #bc107a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010000 01111010
Octal 274 20 172
Decimal 188 16 122
Hex BC 10 7A

RGB Percentages of Color #bc107a

%57.67
%4.91
%37.42

CMYK Percentages of Color #bc107a

%0
%91
%35
%26

Triadic Colors of #bc107a

#bc107a #7abc10 #107abc

Analogous Colors of #bc107a

#bc107a #bc1024 #a810bc

Monochromatic Colors of #bc107a

#bc107a

Complementary Color

#bc107a #10bc52

#bc107a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc107a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc107a Color CSS Codes

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

#bc107a Text Font Color

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

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


#bc107a Background Color

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

This div background color is #bc107a


#bc107a Border Color

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

This div border color is #bc107a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc107a


Comments

No comments written yet.

Please login to write comment.