Color Hex Logo

#b245ae Color Hex

#B245AE
(178,69,174)
0 Favorites   0 Comments

Color spaces of #b245ae

RGB 17869174
HSL0.840.440.48
HSV302°61°70°
CMYK 0.000.610.02   0.30
XYZ28.128216.777241.8002
Yxy16.77720.32440.1935
Hunter Lab40.960050.9003-31.8342
CIE-Lab47.978157.4321-35.0500

#b245ae color RGB value is (178,69,174).

#b245ae hex color red value is 178, green value is 69 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b245ae hue: 0.84 , saturation: 0.44 and the lightness value of b245ae is 0.48.

The process color (four color CMYK) of #b245ae color hex is 0.00, 0.61, 0.02, 0.30. Web safe color of #b245ae is #993399. Color #b245ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000101 10101110
Octal 262 105 256
Decimal 178 69 174
Hex B2 45 AE

RGB Percentages of Color #b245ae

%42.28
%16.39
%41.33

CMYK Percentages of Color #b245ae

%0
%61
%2
%30

Triadic Colors of #b245ae

#b245ae #aeb245 #45aeb2

Analogous Colors of #b245ae

#b245ae #b24578 #8045b2

Monochromatic Colors of #b245ae

#b245ae

Complementary Color

#b245ae #45b249

#b245ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b245ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b245ae Color CSS Codes

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

#b245ae Text Font Color

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

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


#b245ae Background Color

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

This div background color is #b245ae


#b245ae Border Color

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

This div border color is #b245ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b245ae


Comments

No comments written yet.

Please login to write comment.