Color Hex Logo

#bc98ef Color Hex

#BC98EF
(188,152,239)
0 Favorites   0 Comments

Color spaces of #bc98ef

RGB 188152239
HSL0.740.730.77
HSV265°36°94°
CMYK 0.210.360.00   0.06
XYZ47.547339.379886.7564
Yxy39.37980.27380.2267
Hunter Lab62.753325.4286-38.0410
CIE-Lab69.025530.4273-38.8189

#bc98ef color RGB value is (188,152,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011000 11101111
Octal 274 230 357
Decimal 188 152 239
Hex BC 98 EF

RGB Percentages of Color #bc98ef

%32.47
%26.25
%41.28

CMYK Percentages of Color #bc98ef

%21
%36
%0
%6

Triadic Colors of #bc98ef

#bc98ef #efbc98 #98efbc

Analogous Colors of #bc98ef

#bc98ef #e898ef #98a0ef

Monochromatic Colors of #bc98ef

#bc98ef

Complementary Color

#bc98ef #cbef98

#bc98ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc98ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc98ef Color CSS Codes

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

#bc98ef Text Font Color

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

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


#bc98ef Background Color

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

This div background color is #bc98ef


#bc98ef Border Color

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

This div border color is #bc98ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,152,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 #bc98ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc98ef


Comments

No comments written yet.

Please login to write comment.