Color Hex Logo

#bc4bcf Color Hex

#BC4BCF
(188,75,207)
0 Favorites   0 Comments

Color spaces of #bc4bcf

RGB 18875207
HSL0.810.580.55
HSV291°64°81°
CMYK 0.090.640.00   0.19
XYZ34.517620.228561.1167
Yxy20.22850.29790.1746
Hunter Lab44.976158.2844-49.0842
CIE-Lab52.094663.2170-47.5750

#bc4bcf color RGB value is (188,75,207).

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

The process color (four color CMYK) of #bc4bcf color hex is 0.09, 0.64, 0.00, 0.19. Web safe color of #bc4bcf is #cc33cc. Color #bc4bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001011 11001111
Octal 274 113 317
Decimal 188 75 207
Hex BC 4B CF

RGB Percentages of Color #bc4bcf

%40.00
%15.96
%44.04

CMYK Percentages of Color #bc4bcf

%9
%64
%0
%19

Triadic Colors of #bc4bcf

#bc4bcf #cfbc4b #4bcfbc

Analogous Colors of #bc4bcf

#bc4bcf #cf4ba0 #7a4bcf

Monochromatic Colors of #bc4bcf

#bc4bcf

Complementary Color

#bc4bcf #5ecf4b

#bc4bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4bcf Color CSS Codes

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

#bc4bcf Text Font Color

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

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


#bc4bcf Background Color

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

This div background color is #bc4bcf


#bc4bcf Border Color

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

This div border color is #bc4bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4bcf


Comments

No comments written yet.

Please login to write comment.