Color Hex Logo

#bc97ef Color Hex

#BC97EF
(188,151,239)
0 Favorites   0 Comments

Color spaces of #bc97ef

RGB 188151239
HSL0.740.730.76
HSV265°37°94°
CMYK 0.210.370.00   0.06
XYZ47.385639.056686.7025
Yxy39.05660.27370.2256
Hunter Lab62.495325.9768-38.5090
CIE-Lab68.792230.9822-39.1826

#bc97ef color RGB value is (188,151,239).

#bc97ef hex color red value is 188, green value is 151 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bc97ef hue: 0.74 , saturation: 0.73 and the lightness value of bc97ef is 0.76.

The process color (four color CMYK) of #bc97ef color hex is 0.21, 0.37, 0.00, 0.06. Web safe color of #bc97ef is #cc99ff. Color #bc97ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010111 11101111
Octal 274 227 357
Decimal 188 151 239
Hex BC 97 EF

RGB Percentages of Color #bc97ef

%32.53
%26.12
%41.35

CMYK Percentages of Color #bc97ef

%21
%37
%0
%6

Triadic Colors of #bc97ef

#bc97ef #efbc97 #97efbc

Analogous Colors of #bc97ef

#bc97ef #e897ef #979eef

Monochromatic Colors of #bc97ef

#bc97ef

Complementary Color

#bc97ef #caef97

#bc97ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc97ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc97ef Color CSS Codes

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

#bc97ef Text Font Color

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

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


#bc97ef Background Color

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

This div background color is #bc97ef


#bc97ef Border Color

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

This div border color is #bc97ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc97ef


Comments

No comments written yet.

Please login to write comment.