Color Hex Logo

#b83dbd Color Hex

#B83DBD
(184,61,189)
0 Favorites   0 Comments

Color spaces of #b83dbd

RGB 18461189
HSL0.830.510.49
HSV298°68°74°
CMYK 0.030.680.00   0.26
XYZ30.621217.202049.8505
Yxy17.20200.31350.1761
Hunter Lab41.475359.2047-42.2299
CIE-Lab48.513664.6905-42.9160

#b83dbd color RGB value is (184,61,189).

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

The process color (four color CMYK) of #b83dbd color hex is 0.03, 0.68, 0.00, 0.26. Web safe color of #b83dbd is #cc33cc. Color #b83dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111101 10111101
Octal 270 75 275
Decimal 184 61 189
Hex B8 3D BD

RGB Percentages of Color #b83dbd

%42.40
%14.06
%43.55

CMYK Percentages of Color #b83dbd

%3
%68
%0
%26

Triadic Colors of #b83dbd

#b83dbd #bdb83d #3dbdb8

Analogous Colors of #b83dbd

#b83dbd #bd3d82 #783dbd

Monochromatic Colors of #b83dbd

#b83dbd

Complementary Color

#b83dbd #42bd3d

#b83dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83dbd Color CSS Codes

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

#b83dbd Text Font Color

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

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


#b83dbd Background Color

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

This div background color is #b83dbd


#b83dbd Border Color

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

This div border color is #b83dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83dbd


Comments

No comments written yet.

Please login to write comment.