Color Hex Logo

#bc03ad Color Hex

#BC03AD
(188,3,173)
0 Favorites   0 Comments

Color spaces of #bc03ad

RGB 1883173
HSL0.850.970.37
HSV305°98°74°
CMYK 0.000.980.08   0.26
XYZ28.314413.773640.7014
Yxy13.77360.34200.1664
Hunter Lab37.112871.2353-39.0440
CIE-Lab43.906575.7157-40.7850

#bc03ad color RGB value is (188,3,173).

#bc03ad hex color red value is 188, green value is 3 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bc03ad hue: 0.85 , saturation: 0.97 and the lightness value of bc03ad is 0.37.

The process color (four color CMYK) of #bc03ad color hex is 0.00, 0.98, 0.08, 0.26. Web safe color of #bc03ad is #cc0099. Color #bc03ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000011 10101101
Octal 274 3 255
Decimal 188 3 173
Hex BC 3 AD

RGB Percentages of Color #bc03ad

%51.65
%0.82
%47.53

CMYK Percentages of Color #bc03ad

%0
%98
%8
%26

Triadic Colors of #bc03ad

#bc03ad #adbc03 #03adbc

Analogous Colors of #bc03ad

#bc03ad #bc0350 #6f03bc

Monochromatic Colors of #bc03ad

#bc03ad

Complementary Color

#bc03ad #03bc12

#bc03ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc03ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc03ad Color CSS Codes

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

#bc03ad Text Font Color

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

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


#bc03ad Background Color

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

This div background color is #bc03ad


#bc03ad Border Color

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

This div border color is #bc03ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc03ad


Comments

No comments written yet.

Please login to write comment.