Color Hex Logo

#bc94f3 Color Hex

#BC94F3
(188,148,243)
0 Favorites   0 Comments

Color spaces of #bc94f3

RGB 188148243
HSL0.740.800.77
HSV265°39°95°
CMYK 0.230.390.00   0.05
XYZ47.506638.342289.6909
Yxy38.34220.27060.2184
Hunter Lab61.921128.5855-42.5351
CIE-Lab68.272133.5615-42.1853

#bc94f3 color RGB value is (188,148,243).

#bc94f3 hex color red value is 188, green value is 148 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #bc94f3 hue: 0.74 , saturation: 0.80 and the lightness value of bc94f3 is 0.77.

The process color (four color CMYK) of #bc94f3 color hex is 0.23, 0.39, 0.00, 0.05. Web safe color of #bc94f3 is #cc99ff. Color #bc94f3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010100 11110011
Octal 274 224 363
Decimal 188 148 243
Hex BC 94 F3

RGB Percentages of Color #bc94f3

%32.47
%25.56
%41.97

CMYK Percentages of Color #bc94f3

%23
%39
%0
%5

Triadic Colors of #bc94f3

#bc94f3 #f3bc94 #94f3bc

Analogous Colors of #bc94f3

#bc94f3 #ec94f3 #949cf3

Monochromatic Colors of #bc94f3

#bc94f3

Complementary Color

#bc94f3 #cbf394

#bc94f3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc94f3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc94f3 Color CSS Codes

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

#bc94f3 Text Font Color

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

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


#bc94f3 Background Color

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

This div background color is #bc94f3


#bc94f3 Border Color

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

This div border color is #bc94f3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc94f3

Related Colors


Comments

No comments written yet.

Please login to write comment.