Color Hex Logo

#bc4bdf Color Hex

#BC4BDF
(188,75,223)
0 Favorites   0 Comments

Color spaces of #bc4bdf

RGB 18875223
HSL0.790.700.58
HSV286°66°87°
CMYK 0.160.660.00   0.13
XYZ36.574421.051271.9476
Yxy21.05120.28230.1625
Hunter Lab45.881661.9981-60.8564
CIE-Lab53.005566.2399-55.2253

#bc4bdf color RGB value is (188,75,223).

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

The process color (four color CMYK) of #bc4bdf color hex is 0.16, 0.66, 0.00, 0.13. Web safe color of #bc4bdf is #cc33cc. Color #bc4bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001011 11011111
Octal 274 113 337
Decimal 188 75 223
Hex BC 4B DF

RGB Percentages of Color #bc4bdf

%38.68
%15.43
%45.88

CMYK Percentages of Color #bc4bdf

%16
%66
%0
%13

Triadic Colors of #bc4bdf

#bc4bdf #dfbc4b #4bdfbc

Analogous Colors of #bc4bdf

#bc4bdf #df4bb8 #724bdf

Monochromatic Colors of #bc4bdf

#bc4bdf

Complementary Color

#bc4bdf #6edf4b

#bc4bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4bdf Color CSS Codes

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

#bc4bdf Text Font Color

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

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


#bc4bdf Background Color

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

This div background color is #bc4bdf


#bc4bdf Border Color

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

This div border color is #bc4bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4bdf


Comments

No comments written yet.

Please login to write comment.