Color Hex Logo

#b83982 Color Hex

#B83982
(184,57,130)
0 Favorites   0 Comments

Color spaces of #b83982

RGB 18457130
HSL0.900.530.47
HSV326°69°72°
CMYK 0.000.690.29   0.28
XYZ25.259614.728322.6306
Yxy14.72830.40340.2352
Hunter Lab38.377550.3260-8.0982
CIE-Lab45.259857.4134-12.8497

#b83982 color RGB value is (184,57,130).

#b83982 hex color red value is 184, green value is 57 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #b83982 hue: 0.90 , saturation: 0.53 and the lightness value of b83982 is 0.47.

The process color (four color CMYK) of #b83982 color hex is 0.00, 0.69, 0.29, 0.28. Web safe color of #b83982 is #cc3399. Color #b83982 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111001 10000010
Octal 270 71 202
Decimal 184 57 130
Hex B8 39 82

RGB Percentages of Color #b83982

%49.60
%15.36
%35.04

CMYK Percentages of Color #b83982

%0
%69
%29
%28

Triadic Colors of #b83982

#b83982 #82b839 #3982b8

Analogous Colors of #b83982

#b83982 #b83943 #af39b8

Monochromatic Colors of #b83982

#b83982

Complementary Color

#b83982 #39b86f

#b83982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83982 Color CSS Codes

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

#b83982 Text Font Color

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

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


#b83982 Background Color

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

This div background color is #b83982


#b83982 Border Color

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

This div border color is #b83982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83982


Comments

No comments written yet.

Please login to write comment.