Color Hex Logo

#bc4bbf Color Hex

#BC4BBF
(188,75,191)
0 Favorites   0 Comments

Color spaces of #bc4bbf

RGB 18875191
HSL0.830.480.52
HSV298°61°75°
CMYK 0.020.610.00   0.25
XYZ32.659119.485151.3299
Yxy19.48510.31560.1883
Hunter Lab44.141954.8176-38.0453
CIE-Lab51.250060.3367-39.7081

#bc4bbf color RGB value is (188,75,191).

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

The process color (four color CMYK) of #bc4bbf color hex is 0.02, 0.61, 0.00, 0.25. Web safe color of #bc4bbf is #cc33cc. Color #bc4bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001011 10111111
Octal 274 113 277
Decimal 188 75 191
Hex BC 4B BF

RGB Percentages of Color #bc4bbf

%41.41
%16.52
%42.07

CMYK Percentages of Color #bc4bbf

%2
%61
%0
%25

Triadic Colors of #bc4bbf

#bc4bbf #bfbc4b #4bbfbc

Analogous Colors of #bc4bbf

#bc4bbf #bf4b88 #824bbf

Monochromatic Colors of #bc4bbf

#bc4bbf

Complementary Color

#bc4bbf #4ebf4b

#bc4bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4bbf Color CSS Codes

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

#bc4bbf Text Font Color

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

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


#bc4bbf Background Color

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

This div background color is #bc4bbf


#bc4bbf Border Color

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

This div border color is #bc4bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4bbf


Comments

No comments written yet.

Please login to write comment.