Color Hex Logo

#b83fbc Color Hex

#B83FBC
(184,63,188)
0 Favorites   0 Comments

Color spaces of #b83fbc

RGB 18463188
HSL0.830.500.49
HSV298°66°74°
CMYK 0.020.660.00   0.26
XYZ30.621817.376249.3169
Yxy17.37620.31470.1786
Hunter Lab41.684858.1785-40.9662
CIE-Lab48.730663.7572-41.9899

#b83fbc color RGB value is (184,63,188).

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

The process color (four color CMYK) of #b83fbc color hex is 0.02, 0.66, 0.00, 0.26. Web safe color of #b83fbc is #cc33cc. Color #b83fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111111 10111100
Octal 270 77 274
Decimal 184 63 188
Hex B8 3F BC

RGB Percentages of Color #b83fbc

%42.30
%14.48
%43.22

CMYK Percentages of Color #b83fbc

%2
%66
%0
%26

Triadic Colors of #b83fbc

#b83fbc #bcb83f #3fbcb8

Analogous Colors of #b83fbc

#b83fbc #bc3f82 #7a3fbc

Monochromatic Colors of #b83fbc

#b83fbc

Complementary Color

#b83fbc #43bc3f

#b83fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83fbc Color CSS Codes

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

#b83fbc Text Font Color

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

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


#b83fbc Background Color

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

This div background color is #b83fbc


#b83fbc Border Color

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

This div border color is #b83fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83fbc


Comments

No comments written yet.

Please login to write comment.