Color Hex Logo

#bc36be Color Hex

#BC36BE
(188,54,190)
0 Favorites   0 Comments

Color spaces of #bc36be

RGB 18854190
HSL0.830.560.48
HSV299°72°75°
CMYK 0.010.720.00   0.25
XYZ31.352517.047450.3532
Yxy17.04740.31750.1726
Hunter Lab41.288563.2894-43.4049
CIE-Lab48.319768.2333-43.7667

#bc36be color RGB value is (188,54,190).

#bc36be hex color red value is 188, green value is 54 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bc36be hue: 0.83 , saturation: 0.56 and the lightness value of bc36be is 0.48.

The process color (four color CMYK) of #bc36be color hex is 0.01, 0.72, 0.00, 0.25. Web safe color of #bc36be is #cc33cc. Color #bc36be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110110 10111110
Octal 274 66 276
Decimal 188 54 190
Hex BC 36 BE

RGB Percentages of Color #bc36be

%43.52
%12.50
%43.98

CMYK Percentages of Color #bc36be

%1
%72
%0
%25

Triadic Colors of #bc36be

#bc36be #bebc36 #36bebc

Analogous Colors of #bc36be

#bc36be #be367c #7836be

Monochromatic Colors of #bc36be

#bc36be

Complementary Color

#bc36be #38be36

#bc36be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc36be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc36be Color CSS Codes

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

#bc36be Text Font Color

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

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


#bc36be Background Color

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

This div background color is #bc36be


#bc36be Border Color

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

This div border color is #bc36be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc36be


Comments

No comments written yet.

Please login to write comment.