Color Hex Logo

#b83fbd Color Hex

#B83FBD
(184,63,189)
0 Favorites   0 Comments

Color spaces of #b83fbd

RGB 18463189
HSL0.830.500.49
HSV298°67°74°
CMYK 0.030.670.00   0.26
XYZ30.730017.419549.8868
Yxy17.41950.31350.1777
Hunter Lab41.736758.3873-41.6522
CIE-Lab48.784363.9289-42.4866

#b83fbd color RGB value is (184,63,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111111 10111101
Octal 270 77 275
Decimal 184 63 189
Hex B8 3F BD

RGB Percentages of Color #b83fbd

%42.20
%14.45
%43.35

CMYK Percentages of Color #b83fbd

%3
%67
%0
%26

Triadic Colors of #b83fbd

#b83fbd #bdb83f #3fbdb8

Analogous Colors of #b83fbd

#b83fbd #bd3f83 #793fbd

Monochromatic Colors of #b83fbd

#b83fbd

Complementary Color

#b83fbd #44bd3f

#b83fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83fbd Color CSS Codes

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

#b83fbd Text Font Color

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

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


#b83fbd Background Color

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

This div background color is #b83fbd


#b83fbd Border Color

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

This div border color is #b83fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83fbd


Comments

No comments written yet.

Please login to write comment.