Color Hex Logo

#bc5fcf Color Hex

#BC5FCF
(188,95,207)
0 Favorites   0 Comments

Color spaces of #bc5fcf

RGB 18895207
HSL0.810.540.59
HSV290°54°81°
CMYK 0.090.540.00   0.19
XYZ36.093723.380861.6421
Yxy23.38080.29800.1930
Hunter Lab48.353748.6227-41.7363
CIE-Lab55.462454.0493-42.2398

#bc5fcf color RGB value is (188,95,207).

#bc5fcf hex color red value is 188, green value is 95 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bc5fcf hue: 0.81 , saturation: 0.54 and the lightness value of bc5fcf is 0.59.

The process color (four color CMYK) of #bc5fcf color hex is 0.09, 0.54, 0.00, 0.19. Web safe color of #bc5fcf is #cc66cc. Color #bc5fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011111 11001111
Octal 274 137 317
Decimal 188 95 207
Hex BC 5F CF

RGB Percentages of Color #bc5fcf

%38.37
%19.39
%42.24

CMYK Percentages of Color #bc5fcf

%9
%54
%0
%19

Triadic Colors of #bc5fcf

#bc5fcf #cfbc5f #5fcfbc

Analogous Colors of #bc5fcf

#bc5fcf #cf5faa #845fcf

Monochromatic Colors of #bc5fcf

#bc5fcf

Complementary Color

#bc5fcf #72cf5f

#bc5fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5fcf Color CSS Codes

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

#bc5fcf Text Font Color

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

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


#bc5fcf Background Color

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

This div background color is #bc5fcf


#bc5fcf Border Color

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

This div border color is #bc5fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5fcf


Comments

No comments written yet.

Please login to write comment.