Color Hex Logo

#bc94fd Color Hex

#BC94FD
(188,148,253)
0 Favorites   0 Comments

Color spaces of #bc94fd

RGB 188148253
HSL0.730.960.79
HSV263°42°99°
CMYK 0.260.420.00   0.01
XYZ49.058638.963097.8635
Yxy38.96300.26390.2096
Hunter Lab62.420331.0545-49.2615
CIE-Lab68.724535.8865-46.9350

#bc94fd color RGB value is (188,148,253).

#bc94fd hex color red value is 188, green value is 148 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bc94fd hue: 0.73 , saturation: 0.96 and the lightness value of bc94fd is 0.79.

The process color (four color CMYK) of #bc94fd color hex is 0.26, 0.42, 0.00, 0.01. Web safe color of #bc94fd is #cc99ff. Color #bc94fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010100 11111101
Octal 274 224 375
Decimal 188 148 253
Hex BC 94 FD

RGB Percentages of Color #bc94fd

%31.92
%25.13
%42.95

CMYK Percentages of Color #bc94fd

%26
%42
%0
%1

Triadic Colors of #bc94fd

#bc94fd #fdbc94 #94fdbc

Analogous Colors of #bc94fd

#bc94fd #f194fd #94a1fd

Monochromatic Colors of #bc94fd

#bc94fd

Complementary Color

#bc94fd #d5fd94

#bc94fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc94fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc94fd Color CSS Codes

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

#bc94fd Text Font Color

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

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


#bc94fd Background Color

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

This div background color is #bc94fd


#bc94fd Border Color

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

This div border color is #bc94fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc94fd

Related Colors


Comments

No comments written yet.

Please login to write comment.