Color Hex Logo

#bc3ebd Color Hex

#BC3EBD
(188,62,189)
0 Favorites   0 Comments

Color spaces of #bc3ebd

RGB 18862189
HSL0.830.510.49
HSV300°67°74°
CMYK 0.010.670.00   0.26
XYZ31.647017.810749.9139
Yxy17.81070.31850.1792
Hunter Lab42.202759.9989-40.5814
CIE-Lab49.265765.2340-41.6846

#bc3ebd color RGB value is (188,62,189).

#bc3ebd hex color red value is 188, green value is 62 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bc3ebd hue: 0.83 , saturation: 0.51 and the lightness value of bc3ebd is 0.49.

The process color (four color CMYK) of #bc3ebd color hex is 0.01, 0.67, 0.00, 0.26. Web safe color of #bc3ebd is #cc33cc. Color #bc3ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111110 10111101
Octal 274 76 275
Decimal 188 62 189
Hex BC 3E BD

RGB Percentages of Color #bc3ebd

%42.82
%14.12
%43.05

CMYK Percentages of Color #bc3ebd

%1
%67
%0
%26

Triadic Colors of #bc3ebd

#bc3ebd #bdbc3e #3ebdbc

Analogous Colors of #bc3ebd

#bc3ebd #bd3e7f #7d3ebd

Monochromatic Colors of #bc3ebd

#bc3ebd

Complementary Color

#bc3ebd #3fbd3e

#bc3ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc3ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc3ebd Color CSS Codes

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

#bc3ebd Text Font Color

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

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


#bc3ebd Background Color

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

This div background color is #bc3ebd


#bc3ebd Border Color

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

This div border color is #bc3ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc3ebd


Comments

No comments written yet.

Please login to write comment.