Color Hex Logo

#b568ec Color Hex

#B568EC
(181,104,236)
0 Favorites   0 Comments

Color spaces of #b568ec

RGB 181104236
HSL0.760.780.67
HSV275°56°93°
CMYK 0.230.560.00   0.07
XYZ39.146725.780582.2698
Yxy25.78050.26590.1751
Hunter Lab50.774548.7666-60.5253
CIE-Lab57.828153.7862-54.8717

#b568ec color RGB value is (181,104,236).

#b568ec hex color red value is 181, green value is 104 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b568ec hue: 0.76 , saturation: 0.78 and the lightness value of b568ec is 0.67.

The process color (four color CMYK) of #b568ec color hex is 0.23, 0.56, 0.00, 0.07. Web safe color of #b568ec is #cc66ff. Color #b568ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101000 11101100
Octal 265 150 354
Decimal 181 104 236
Hex B5 68 EC

RGB Percentages of Color #b568ec

%34.74
%19.96
%45.30

CMYK Percentages of Color #b568ec

%23
%56
%0
%7

Triadic Colors of #b568ec

#b568ec #ecb568 #68ecb5

Analogous Colors of #b568ec

#b568ec #ec68e1 #7368ec

Monochromatic Colors of #b568ec

#b568ec

Complementary Color

#b568ec #9fec68

#b568ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b568ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b568ec Color CSS Codes

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

#b568ec Text Font Color

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

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


#b568ec Background Color

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

This div background color is #b568ec


#b568ec Border Color

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

This div border color is #b568ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,104,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b568ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b568ec;
  -webkit-box-shadow: 1px 1px 3px 2px #b568ec;
  box-shadow:         1px 1px 3px 2px #b568ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,104,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b568ec


Comments

No comments written yet.

Please login to write comment.