Color Hex Logo

#bc67ee Color Hex

#BC67EE
(188,103,238)
0 Favorites   0 Comments

Color spaces of #bc67ee

RGB 188103238
HSL0.770.800.67
HSV278°57°93°
CMYK 0.210.570.00   0.07
XYZ41.021926.564983.8544
Yxy26.56490.27090.1754
Hunter Lab51.541151.8722-60.3825
CIE-Lab58.569456.4386-54.7557

#bc67ee color RGB value is (188,103,238).

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

The process color (four color CMYK) of #bc67ee color hex is 0.21, 0.57, 0.00, 0.07. Web safe color of #bc67ee is #cc66ff. Color #bc67ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100111 11101110
Octal 274 147 356
Decimal 188 103 238
Hex BC 67 EE

RGB Percentages of Color #bc67ee

%35.54
%19.47
%44.99

CMYK Percentages of Color #bc67ee

%21
%57
%0
%7

Triadic Colors of #bc67ee

#bc67ee #eebc67 #67eebc

Analogous Colors of #bc67ee

#bc67ee #ee67dd #7967ee

Monochromatic Colors of #bc67ee

#bc67ee

Complementary Color

#bc67ee #99ee67

#bc67ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc67ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc67ee Color CSS Codes

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

#bc67ee Text Font Color

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

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


#bc67ee Background Color

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

This div background color is #bc67ee


#bc67ee Border Color

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

This div border color is #bc67ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc67ee


Comments

No comments written yet.

Please login to write comment.