Color Hex Logo

#b83cbf Color Hex

#B83CBF
(184,60,191)
0 Favorites   0 Comments

Color spaces of #b83cbf

RGB 18460191
HSL0.820.520.49
HSV297°69°75°
CMYK 0.040.690.00   0.25
XYZ30.787017.183750.9843
Yxy17.18370.31110.1737
Hunter Lab41.453260.0275-43.9049
CIE-Lab48.490765.4067-44.1154

#b83cbf color RGB value is (184,60,191).

#b83cbf hex color red value is 184, green value is 60 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b83cbf hue: 0.82 , saturation: 0.52 and the lightness value of b83cbf is 0.49.

The process color (four color CMYK) of #b83cbf color hex is 0.04, 0.69, 0.00, 0.25. Web safe color of #b83cbf is #cc33cc. Color #b83cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111100 10111111
Octal 270 74 277
Decimal 184 60 191
Hex B8 3C BF

RGB Percentages of Color #b83cbf

%42.30
%13.79
%43.91

CMYK Percentages of Color #b83cbf

%4
%69
%0
%25

Triadic Colors of #b83cbf

#b83cbf #bfb83c #3cbfb8

Analogous Colors of #b83cbf

#b83cbf #bf3c85 #773cbf

Monochromatic Colors of #b83cbf

#b83cbf

Complementary Color

#b83cbf #43bf3c

#b83cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83cbf Color CSS Codes

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

#b83cbf Text Font Color

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

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


#b83cbf Background Color

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

This div background color is #b83cbf


#b83cbf Border Color

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

This div border color is #b83cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83cbf


Comments

No comments written yet.

Please login to write comment.