Color Hex Logo

#b842be Color Hex

#B842BE
(184,66,190)
0 Favorites   0 Comments

Color spaces of #b842be

RGB 18466190
HSL0.830.490.50
HSV297°65°75°
CMYK 0.030.650.00   0.25
XYZ31.009617.804550.5174
Yxy17.80450.31220.1792
Hunter Lab42.195457.3387-41.4468
CIE-Lab49.258162.9243-42.3167

#b842be color RGB value is (184,66,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000010 10111110
Octal 270 102 276
Decimal 184 66 190
Hex B8 42 BE

RGB Percentages of Color #b842be

%41.82
%15.00
%43.18

CMYK Percentages of Color #b842be

%3
%65
%0
%25

Triadic Colors of #b842be

#b842be #beb842 #42beb8

Analogous Colors of #b842be

#b842be #be4286 #7a42be

Monochromatic Colors of #b842be

#b842be

Complementary Color

#b842be #48be42

#b842be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b842be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b842be Color CSS Codes

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

#b842be Text Font Color

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

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


#b842be Background Color

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

This div background color is #b842be


#b842be Border Color

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

This div border color is #b842be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b842be


Comments

No comments written yet.

Please login to write comment.