Color Hex Logo

#b208ae Color Hex

#B208AE
(178,8,174)
0 Favorites   0 Comments

Color spaces of #b208ae

RGB 1788174
HSL0.840.910.36
HSV301°96°70°
CMYK 0.000.960.02   0.30
XYZ26.086912.694641.1198
Yxy12.69460.32650.1589
Hunter Lab35.629568.3411-43.4856
CIE-Lab42.299473.6455-44.0478

#b208ae color RGB value is (178,8,174).

#b208ae hex color red value is 178, green value is 8 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b208ae hue: 0.84 , saturation: 0.91 and the lightness value of b208ae is 0.36.

The process color (four color CMYK) of #b208ae color hex is 0.00, 0.96, 0.02, 0.30. Web safe color of #b208ae is #990099. Color #b208ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001000 10101110
Octal 262 10 256
Decimal 178 8 174
Hex B2 8 AE

RGB Percentages of Color #b208ae

%49.44
%2.22
%48.33

CMYK Percentages of Color #b208ae

%0
%96
%2
%30

Triadic Colors of #b208ae

#b208ae #aeb208 #08aeb2

Analogous Colors of #b208ae

#b208ae #b20859 #6108b2

Monochromatic Colors of #b208ae

#b208ae

Complementary Color

#b208ae #08b20c

#b208ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b208ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b208ae Color CSS Codes

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

#b208ae Text Font Color

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

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


#b208ae Background Color

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

This div background color is #b208ae


#b208ae Border Color

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

This div border color is #b208ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,8,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b208ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b208ae;
  -webkit-box-shadow: 1px 1px 3px 2px #b208ae;
  box-shadow:         1px 1px 3px 2px #b208ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,8,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b208ae


Comments

No comments written yet.

Please login to write comment.