Color Hex Logo

#b845ef Color Hex

#B845EF
(184,69,239)
0 Favorites   0 Comments

Color spaces of #b845ef

RGB 18469239
HSL0.780.840.60
HSV281°71°94°
CMYK 0.230.710.00   0.06
XYZ37.475320.678683.6776
Yxy20.67860.26420.1458
Hunter Lab45.473767.5244-77.2697
CIE-Lab52.595970.9671-64.9259

#b845ef color RGB value is (184,69,239).

#b845ef hex color red value is 184, green value is 69 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b845ef hue: 0.78 , saturation: 0.84 and the lightness value of b845ef is 0.60.

The process color (four color CMYK) of #b845ef color hex is 0.23, 0.71, 0.00, 0.06. Web safe color of #b845ef is #cc33ff. Color #b845ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000101 11101111
Octal 270 105 357
Decimal 184 69 239
Hex B8 45 EF

RGB Percentages of Color #b845ef

%37.40
%14.02
%48.58

CMYK Percentages of Color #b845ef

%23
%71
%0
%6

Triadic Colors of #b845ef

#b845ef #efb845 #45efb8

Analogous Colors of #b845ef

#b845ef #ef45d1 #6345ef

Monochromatic Colors of #b845ef

#b845ef

Complementary Color

#b845ef #7cef45

#b845ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b845ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b845ef Color CSS Codes

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

#b845ef Text Font Color

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

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


#b845ef Background Color

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

This div background color is #b845ef


#b845ef Border Color

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

This div border color is #b845ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b845ef


Comments

No comments written yet.

Please login to write comment.