Color Hex Logo

#b568af Color Hex

#B568AF
(181,104,175)
0 Favorites   0 Comments

Color spaces of #b568af

RGB 181104175
HSL0.850.340.56
HSV305°43°71°
CMYK 0.000.430.03   0.29
XYZ31.744222.819543.2889
Yxy22.81950.32440.2332
Hunter Lab47.769835.0206-20.2897
CIE-Lab54.885941.3634-24.8455

#b568af color RGB value is (181,104,175).

#b568af hex color red value is 181, green value is 104 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b568af hue: 0.85 , saturation: 0.34 and the lightness value of b568af is 0.56.

The process color (four color CMYK) of #b568af color hex is 0.00, 0.43, 0.03, 0.29. Web safe color of #b568af is #cc6699. Color #b568af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101000 10101111
Octal 265 150 257
Decimal 181 104 175
Hex B5 68 AF

RGB Percentages of Color #b568af

%39.35
%22.61
%38.04

CMYK Percentages of Color #b568af

%0
%43
%3
%29

Triadic Colors of #b568af

#b568af #afb568 #68afb5

Analogous Colors of #b568af

#b568af #b56889 #9568b5

Monochromatic Colors of #b568af

#b568af

Complementary Color

#b568af #68b56e

#b568af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b568af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b568af Color CSS Codes

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

#b568af Text Font Color

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

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


#b568af Background Color

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

This div background color is #b568af


#b568af Border Color

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

This div border color is #b568af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b568af


Comments

No comments written yet.

Please login to write comment.