Color Hex Logo

#bc33af Color Hex

#BC33AF
(188,51,175)
0 Favorites   0 Comments

Color spaces of #bc33af

RGB 18851175
HSL0.850.570.47
HSV306°73°74°
CMYK 0.000.730.07   0.26
XYZ29.660716.154242.1122
Yxy16.15420.33730.1837
Hunter Lab40.192361.3911-33.9876
CIE-Lab47.176166.8332-36.7934

#bc33af color RGB value is (188,51,175).

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

The process color (four color CMYK) of #bc33af color hex is 0.00, 0.73, 0.07, 0.26. Web safe color of #bc33af is #cc3399. Color #bc33af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110011 10101111
Octal 274 63 257
Decimal 188 51 175
Hex BC 33 AF

RGB Percentages of Color #bc33af

%45.41
%12.32
%42.27

CMYK Percentages of Color #bc33af

%0
%73
%7
%26

Triadic Colors of #bc33af

#bc33af #afbc33 #33afbc

Analogous Colors of #bc33af

#bc33af #bc336b #8533bc

Monochromatic Colors of #bc33af

#bc33af

Complementary Color

#bc33af #33bc40

#bc33af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc33af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc33af Color CSS Codes

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

#bc33af Text Font Color

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

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


#bc33af Background Color

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

This div background color is #bc33af


#bc33af Border Color

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

This div border color is #bc33af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,51,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 #bc33af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc33af


Comments

No comments written yet.

Please login to write comment.