Color Hex Logo

#b245e1 Color Hex

#B245E1
(178,69,225)
0 Favorites   0 Comments

Color spaces of #b245e1

RGB 17869225
HSL0.780.720.58
HSV282°69°88°
CMYK 0.210.690.00   0.12
XYZ34.078819.157573.1358
Yxy19.15750.26970.1516
Hunter Lab43.769362.3840-68.4315
CIE-Lab50.871066.9732-59.8592

#b245e1 color RGB value is (178,69,225).

#b245e1 hex color red value is 178, green value is 69 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #b245e1 hue: 0.78 , saturation: 0.72 and the lightness value of b245e1 is 0.58.

The process color (four color CMYK) of #b245e1 color hex is 0.21, 0.69, 0.00, 0.12. Web safe color of #b245e1 is #9933cc. Color #b245e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000101 11100001
Octal 262 105 341
Decimal 178 69 225
Hex B2 45 E1

RGB Percentages of Color #b245e1

%37.71
%14.62
%47.67

CMYK Percentages of Color #b245e1

%21
%69
%0
%12

Triadic Colors of #b245e1

#b245e1 #e1b245 #45e1b2

Analogous Colors of #b245e1

#b245e1 #e145c2 #6445e1

Monochromatic Colors of #b245e1

#b245e1

Complementary Color

#b245e1 #74e145

#b245e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b245e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b245e1 Color CSS Codes

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

#b245e1 Text Font Color

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

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


#b245e1 Background Color

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

This div background color is #b245e1


#b245e1 Border Color

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

This div border color is #b245e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b245e1


Comments

No comments written yet.

Please login to write comment.