Color Hex Logo

#b445ed Color Hex

#B445ED
(180,69,237)
0 Favorites   0 Comments

Color spaces of #b445ed

RGB 18069237
HSL0.780.820.60
HSV280°71°93°
CMYK 0.240.710.00   0.07
XYZ36.236620.074082.0855
Yxy20.07400.26180.1450
Hunter Lab44.804065.9602-77.2625
CIE-Lab51.920869.7923-64.9207

#b445ed color RGB value is (180,69,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000101 11101101
Octal 264 105 355
Decimal 180 69 237
Hex B4 45 ED

RGB Percentages of Color #b445ed

%37.04
%14.20
%48.77

CMYK Percentages of Color #b445ed

%24
%71
%0
%7

Triadic Colors of #b445ed

#b445ed #edb445 #45edb4

Analogous Colors of #b445ed

#b445ed #ed45d2 #6045ed

Monochromatic Colors of #b445ed

#b445ed

Complementary Color

#b445ed #7eed45

#b445ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b445ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b445ed Color CSS Codes

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

#b445ed Text Font Color

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

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


#b445ed Background Color

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

This div background color is #b445ed


#b445ed Border Color

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

This div border color is #b445ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b445ed


Comments

No comments written yet.

Please login to write comment.