Color Hex Logo

#b568df Color Hex

#B568DF
(181,104,223)
0 Favorites   0 Comments

Color spaces of #b568df

RGB 181104223
HSL0.770.650.64
HSV279°53°87°
CMYK 0.190.530.00   0.13
XYZ37.325725.052172.6803
Yxy25.05210.27640.1855
Hunter Lab50.052145.5230-51.0582
CIE-Lab57.126150.9518-48.7100

#b568df color RGB value is (181,104,223).

#b568df hex color red value is 181, green value is 104 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b568df hue: 0.77 , saturation: 0.65 and the lightness value of b568df is 0.64.

The process color (four color CMYK) of #b568df color hex is 0.19, 0.53, 0.00, 0.13. Web safe color of #b568df is #cc66cc. Color #b568df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101000 11011111
Octal 265 150 337
Decimal 181 104 223
Hex B5 68 DF

RGB Percentages of Color #b568df

%35.63
%20.47
%43.90

CMYK Percentages of Color #b568df

%19
%53
%0
%13

Triadic Colors of #b568df

#b568df #dfb568 #68dfb5

Analogous Colors of #b568df

#b568df #df68ce #7a68df

Monochromatic Colors of #b568df

#b568df

Complementary Color

#b568df #92df68

#b568df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b568df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b568df Color CSS Codes

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

#b568df Text Font Color

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

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


#b568df Background Color

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

This div background color is #b568df


#b568df Border Color

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

This div border color is #b568df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b568df


Comments

No comments written yet.

Please login to write comment.