Color Hex Logo

#b83cac Color Hex

#B83CAC
(184,60,172)
0 Favorites   0 Comments

Color spaces of #b83cac

RGB 18460172
HSL0.850.510.48
HSV306°67°72°
CMYK 0.000.670.07   0.28
XYZ28.829416.400640.6759
Yxy16.40060.33560.1909
Hunter Lab40.497756.1994-31.2026
CIE-Lab47.495762.2572-34.5666

#b83cac color RGB value is (184,60,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111100 10101100
Octal 270 74 254
Decimal 184 60 172
Hex B8 3C AC

RGB Percentages of Color #b83cac

%44.23
%14.42
%41.35

CMYK Percentages of Color #b83cac

%0
%67
%7
%28

Triadic Colors of #b83cac

#b83cac #acb83c #3cacb8

Analogous Colors of #b83cac

#b83cac #b83c6e #863cb8

Monochromatic Colors of #b83cac

#b83cac

Complementary Color

#b83cac #3cb848

#b83cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83cac Color CSS Codes

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

#b83cac Text Font Color

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

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


#b83cac Background Color

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

This div background color is #b83cac


#b83cac Border Color

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

This div border color is #b83cac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,60,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83cac


Comments

No comments written yet.

Please login to write comment.