Color Hex Logo

#b83bcf Color Hex

#B83BCF
(184,59,207)
0 Favorites   0 Comments

Color spaces of #b83bcf

RGB 18459207
HSL0.810.610.52
HSV291°71°81°
CMYK 0.110.710.00   0.19
XYZ32.593617.823360.7538
Yxy17.82330.29320.1603
Hunter Lab42.217763.9278-55.7696
CIE-Lab49.281168.5891-52.0987

#b83bcf color RGB value is (184,59,207).

#b83bcf hex color red value is 184, green value is 59 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b83bcf hue: 0.81 , saturation: 0.61 and the lightness value of b83bcf is 0.52.

The process color (four color CMYK) of #b83bcf color hex is 0.11, 0.71, 0.00, 0.19. Web safe color of #b83bcf is #cc33cc. Color #b83bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111011 11001111
Octal 270 73 317
Decimal 184 59 207
Hex B8 3B CF

RGB Percentages of Color #b83bcf

%40.89
%13.11
%46.00

CMYK Percentages of Color #b83bcf

%11
%71
%0
%19

Triadic Colors of #b83bcf

#b83bcf #cfb83b #3bcfb8

Analogous Colors of #b83bcf

#b83bcf #cf3b9c #6e3bcf

Monochromatic Colors of #b83bcf

#b83bcf

Complementary Color

#b83bcf #52cf3b

#b83bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83bcf Color CSS Codes

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

#b83bcf Text Font Color

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

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


#b83bcf Background Color

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

This div background color is #b83bcf


#b83bcf Border Color

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

This div border color is #b83bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83bcf


Comments

No comments written yet.

Please login to write comment.