Color Hex Logo

#b845ec Color Hex

#B845EC
(184,69,236)
0 Favorites   0 Comments

Color spaces of #b845ec

RGB 18469236
HSL0.780.810.60
HSV281°71°93°
CMYK 0.220.710.00   0.07
XYZ37.035620.502781.3623
Yxy20.50270.26660.1476
Hunter Lab45.279966.7599-74.8407
CIE-Lab52.400970.3683-63.5568

#b845ec color RGB value is (184,69,236).

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

The process color (four color CMYK) of #b845ec color hex is 0.22, 0.71, 0.00, 0.07. Web safe color of #b845ec is #cc33ff. Color #b845ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000101 11101100
Octal 270 105 354
Decimal 184 69 236
Hex B8 45 EC

RGB Percentages of Color #b845ec

%37.63
%14.11
%48.26

CMYK Percentages of Color #b845ec

%22
%71
%0
%7

Triadic Colors of #b845ec

#b845ec #ecb845 #45ecb8

Analogous Colors of #b845ec

#b845ec #ec45cd #6545ec

Monochromatic Colors of #b845ec

#b845ec

Complementary Color

#b845ec #79ec45

#b845ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b845ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b845ec Color CSS Codes

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

#b845ec Text Font Color

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

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


#b845ec Background Color

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

This div background color is #b845ec


#b845ec Border Color

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

This div border color is #b845ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b845ec


Comments

No comments written yet.

Please login to write comment.