Color Hex Logo

#bc0aaf Color Hex

#BC0AAF
(188,10,175)
0 Favorites   0 Comments

Color spaces of #bc0aaf

RGB 18810175
HSL0.850.900.39
HSV304°95°74°
CMYK 0.000.950.07   0.26
XYZ28.585414.003641.7538
Yxy14.00360.33890.1660
Hunter Lab37.421470.8649-39.9593
CIE-Lab44.238175.3483-41.4445

#bc0aaf color RGB value is (188,10,175).

#bc0aaf hex color red value is 188, green value is 10 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bc0aaf hue: 0.85 , saturation: 0.90 and the lightness value of bc0aaf is 0.39.

The process color (four color CMYK) of #bc0aaf color hex is 0.00, 0.95, 0.07, 0.26. Web safe color of #bc0aaf is #cc0099. Color #bc0aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001010 10101111
Octal 274 12 257
Decimal 188 10 175
Hex BC A AF

RGB Percentages of Color #bc0aaf

%50.40
%2.68
%46.92

CMYK Percentages of Color #bc0aaf

%0
%95
%7
%26

Triadic Colors of #bc0aaf

#bc0aaf #afbc0a #0aafbc

Analogous Colors of #bc0aaf

#bc0aaf #bc0a56 #700abc

Monochromatic Colors of #bc0aaf

#bc0aaf

Complementary Color

#bc0aaf #0abc17

#bc0aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc0aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc0aaf Color CSS Codes

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

#bc0aaf Text Font Color

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

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


#bc0aaf Background Color

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

This div background color is #bc0aaf


#bc0aaf Border Color

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

This div border color is #bc0aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc0aaf


Comments

No comments written yet.

Please login to write comment.