Color Hex Logo

#bc74eb Color Hex

#BC74EB
(188,116,235)
0 Favorites   0 Comments

Color spaces of #bc74eb

RGB 188116235
HSL0.770.750.69
HSV276°51°92°
CMYK 0.200.510.00   0.08
XYZ41.979829.180382.0170
Yxy29.18030.27410.1905
Hunter Lab54.018844.1854-52.2071
CIE-Lab60.940449.1372-49.3189

#bc74eb color RGB value is (188,116,235).

#bc74eb hex color red value is 188, green value is 116 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bc74eb hue: 0.77 , saturation: 0.75 and the lightness value of bc74eb is 0.69.

The process color (four color CMYK) of #bc74eb color hex is 0.20, 0.51, 0.00, 0.08. Web safe color of #bc74eb is #cc66ff. Color #bc74eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110100 11101011
Octal 274 164 353
Decimal 188 116 235
Hex BC 74 EB

RGB Percentages of Color #bc74eb

%34.88
%21.52
%43.60

CMYK Percentages of Color #bc74eb

%20
%51
%0
%8

Triadic Colors of #bc74eb

#bc74eb #ebbc74 #74ebbc

Analogous Colors of #bc74eb

#bc74eb #eb74df #8174eb

Monochromatic Colors of #bc74eb

#bc74eb

Complementary Color

#bc74eb #a3eb74

#bc74eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc74eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc74eb Color CSS Codes

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

#bc74eb Text Font Color

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

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


#bc74eb Background Color

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

This div background color is #bc74eb


#bc74eb Border Color

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

This div border color is #bc74eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc74eb


Comments

No comments written yet.

Please login to write comment.