Color Hex Logo

#bc4fbf Color Hex

#BC4FBF
(188,79,191)
0 Favorites   0 Comments

Color spaces of #bc4fbf

RGB 18879191
HSL0.830.470.53
HSV298°59°75°
CMYK 0.020.590.00   0.25
XYZ32.939020.044951.4232
Yxy20.04490.31550.1920
Hunter Lab44.771552.9746-36.7586
CIE-Lab51.887958.5846-38.7024

#bc4fbf color RGB value is (188,79,191).

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

The process color (four color CMYK) of #bc4fbf color hex is 0.02, 0.59, 0.00, 0.25. Web safe color of #bc4fbf is #cc66cc. Color #bc4fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001111 10111111
Octal 274 117 277
Decimal 188 79 191
Hex BC 4F BF

RGB Percentages of Color #bc4fbf

%41.05
%17.25
%41.70

CMYK Percentages of Color #bc4fbf

%2
%59
%0
%25

Triadic Colors of #bc4fbf

#bc4fbf #bfbc4f #4fbfbc

Analogous Colors of #bc4fbf

#bc4fbf #bf4f8a #844fbf

Monochromatic Colors of #bc4fbf

#bc4fbf

Complementary Color

#bc4fbf #52bf4f

#bc4fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4fbf Color CSS Codes

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

#bc4fbf Text Font Color

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

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


#bc4fbf Background Color

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

This div background color is #bc4fbf


#bc4fbf Border Color

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

This div border color is #bc4fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4fbf


Comments

No comments written yet.

Please login to write comment.