Color Hex Logo

#b840be Color Hex

#B840BE
(184,64,190)
0 Favorites   0 Comments

Color spaces of #b840be

RGB 18464190
HSL0.830.500.50
HSV297°66°75°
CMYK 0.030.660.00   0.25
XYZ30.894817.574850.4791
Yxy17.57480.31220.1776
Hunter Lab41.922358.1822-42.0461
CIE-Lab48.976363.7139-42.7635

#b840be color RGB value is (184,64,190).

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

The process color (four color CMYK) of #b840be color hex is 0.03, 0.66, 0.00, 0.25. Web safe color of #b840be is #cc33cc. Color #b840be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000000 10111110
Octal 270 100 276
Decimal 184 64 190
Hex B8 40 BE

RGB Percentages of Color #b840be

%42.01
%14.61
%43.38

CMYK Percentages of Color #b840be

%3
%66
%0
%25

Triadic Colors of #b840be

#b840be #beb840 #40beb8

Analogous Colors of #b840be

#b840be #be4085 #7940be

Monochromatic Colors of #b840be

#b840be

Complementary Color

#b840be #46be40

#b840be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b840be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b840be Color CSS Codes

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

#b840be Text Font Color

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

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


#b840be Background Color

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

This div background color is #b840be


#b840be Border Color

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

This div border color is #b840be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b840be


Comments

No comments written yet.

Please login to write comment.