Color Hex Logo

#b962ae Color Hex

#B962AE
(185,98,174)
0 Favorites   0 Comments

Color spaces of #b962ae

RGB 18598174
HSL0.850.380.55
HSV308°47°73°
CMYK 0.000.470.06   0.27
XYZ32.015222.105642.6238
Yxy22.10560.33090.2285
Hunter Lab47.016639.2677-20.8389
CIE-Lab54.138945.5678-25.3764

#b962ae color RGB value is (185,98,174).

#b962ae hex color red value is 185, green value is 98 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b962ae hue: 0.85 , saturation: 0.38 and the lightness value of b962ae is 0.55.

The process color (four color CMYK) of #b962ae color hex is 0.00, 0.47, 0.06, 0.27. Web safe color of #b962ae is #cc6699. Color #b962ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100010 10101110
Octal 271 142 256
Decimal 185 98 174
Hex B9 62 AE

RGB Percentages of Color #b962ae

%40.48
%21.44
%38.07

CMYK Percentages of Color #b962ae

%0
%47
%6
%27

Triadic Colors of #b962ae

#b962ae #aeb962 #62aeb9

Analogous Colors of #b962ae

#b962ae #b96283 #9962b9

Monochromatic Colors of #b962ae

#b962ae

Complementary Color

#b962ae #62b96d

#b962ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b962ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b962ae Color CSS Codes

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

#b962ae Text Font Color

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

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


#b962ae Background Color

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

This div background color is #b962ae


#b962ae Border Color

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

This div border color is #b962ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b962ae


Comments

No comments written yet.

Please login to write comment.