Color Hex Logo

#b83dbb Color Hex

#B83DBB
(184,61,187)
0 Favorites   0 Comments

Color spaces of #b83dbb

RGB 18461187
HSL0.830.510.49
HSV299°67°73°
CMYK 0.020.670.00   0.27
XYZ30.405517.115748.7148
Yxy17.11570.31590.1779
Hunter Lab41.371158.7882-40.8546
CIE-Lab48.405564.3496-41.9228

#b83dbb color RGB value is (184,61,187).

#b83dbb hex color red value is 184, green value is 61 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b83dbb hue: 0.83 , saturation: 0.51 and the lightness value of b83dbb is 0.49.

The process color (four color CMYK) of #b83dbb color hex is 0.02, 0.67, 0.00, 0.27. Web safe color of #b83dbb is #cc33cc. Color #b83dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111101 10111011
Octal 270 75 273
Decimal 184 61 187
Hex B8 3D BB

RGB Percentages of Color #b83dbb

%42.59
%14.12
%43.29

CMYK Percentages of Color #b83dbb

%2
%67
%0
%27

Triadic Colors of #b83dbb

#b83dbb #bbb83d #3dbbb8

Analogous Colors of #b83dbb

#b83dbb #bb3d7f #793dbb

Monochromatic Colors of #b83dbb

#b83dbb

Complementary Color

#b83dbb #40bb3d

#b83dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83dbb Color CSS Codes

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

#b83dbb Text Font Color

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

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


#b83dbb Background Color

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

This div background color is #b83dbb


#b83dbb Border Color

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

This div border color is #b83dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83dbb


Comments

No comments written yet.

Please login to write comment.