Color Hex Logo

#b93fae Color Hex

#B93FAE
(185,63,174)
0 Favorites   0 Comments

Color spaces of #b93fae

RGB 18563174
HSL0.850.490.49
HSV305°66°73°
CMYK 0.000.660.06   0.27
XYZ29.425116.925341.7604
Yxy16.92530.33400.1921
Hunter Lab41.140455.6741-31.3853
CIE-Lab48.165861.6672-34.6803

#b93fae color RGB value is (185,63,174).

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

The process color (four color CMYK) of #b93fae color hex is 0.00, 0.66, 0.06, 0.27. Web safe color of #b93fae is #cc3399. Color #b93fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111111 10101110
Octal 271 77 256
Decimal 185 63 174
Hex B9 3F AE

RGB Percentages of Color #b93fae

%43.84
%14.93
%41.23

CMYK Percentages of Color #b93fae

%0
%66
%6
%27

Triadic Colors of #b93fae

#b93fae #aeb93f #3faeb9

Analogous Colors of #b93fae

#b93fae #b93f71 #873fb9

Monochromatic Colors of #b93fae

#b93fae

Complementary Color

#b93fae #3fb94a

#b93fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93fae Color CSS Codes

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

#b93fae Text Font Color

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

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


#b93fae Background Color

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

This div background color is #b93fae


#b93fae Border Color

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

This div border color is #b93fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93fae


Comments

No comments written yet.

Please login to write comment.