Color Hex Logo

#b368af Color Hex

#B368AF
(179,104,175)
0 Favorites   0 Comments

Color spaces of #b368af

RGB 179104175
HSL0.840.330.55
HSV303°42°70°
CMYK 0.000.420.02   0.30
XYZ31.278622.579543.2672
Yxy22.57950.32200.2325
Hunter Lab47.517934.3411-20.7237
CIE-Lab54.636540.7339-25.2509

#b368af color RGB value is (179,104,175).

#b368af hex color red value is 179, green value is 104 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b368af hue: 0.84 , saturation: 0.33 and the lightness value of b368af is 0.55.

The process color (four color CMYK) of #b368af color hex is 0.00, 0.42, 0.02, 0.30. Web safe color of #b368af is #cc6699. Color #b368af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101000 10101111
Octal 263 150 257
Decimal 179 104 175
Hex B3 68 AF

RGB Percentages of Color #b368af

%39.08
%22.71
%38.21

CMYK Percentages of Color #b368af

%0
%42
%2
%30

Triadic Colors of #b368af

#b368af #afb368 #68afb3

Analogous Colors of #b368af

#b368af #b3688a #9268b3

Monochromatic Colors of #b368af

#b368af

Complementary Color

#b368af #68b36c

#b368af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b368af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b368af Color CSS Codes

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

#b368af Text Font Color

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

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


#b368af Background Color

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

This div background color is #b368af


#b368af Border Color

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

This div border color is #b368af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b368af


Comments

No comments written yet.

Please login to write comment.