Color Hex Logo

#b83cae Color Hex

#B83CAE
(184,60,174)
0 Favorites   0 Comments

Color spaces of #b83cae

RGB 18460174
HSL0.850.510.48
HSV305°67°72°
CMYK 0.000.670.05   0.28
XYZ29.023016.478141.6953
Yxy16.47810.33280.1890
Hunter Lab40.593256.5843-32.4844
CIE-Lab47.595662.5771-35.5878

#b83cae color RGB value is (184,60,174).

#b83cae hex color red value is 184, green value is 60 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b83cae hue: 0.85 , saturation: 0.51 and the lightness value of b83cae is 0.48.

The process color (four color CMYK) of #b83cae color hex is 0.00, 0.67, 0.05, 0.28. Web safe color of #b83cae is #cc3399. Color #b83cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111100 10101110
Octal 270 74 256
Decimal 184 60 174
Hex B8 3C AE

RGB Percentages of Color #b83cae

%44.02
%14.35
%41.63

CMYK Percentages of Color #b83cae

%0
%67
%5
%28

Triadic Colors of #b83cae

#b83cae #aeb83c #3caeb8

Analogous Colors of #b83cae

#b83cae #b83c70 #843cb8

Monochromatic Colors of #b83cae

#b83cae

Complementary Color

#b83cae #3cb846

#b83cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83cae Color CSS Codes

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

#b83cae Text Font Color

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

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


#b83cae Background Color

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

This div background color is #b83cae


#b83cae Border Color

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

This div border color is #b83cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83cae


Comments

No comments written yet.

Please login to write comment.