Color Hex Logo

#b215ae Color Hex

#B215AE
(178,21,174)
0 Favorites   0 Comments

Color spaces of #b215ae

RGB 17821174
HSL0.840.790.39
HSV302°88°70°
CMYK 0.000.880.02   0.30
XYZ26.268213.057341.1802
Yxy13.05730.32630.1622
Hunter Lab36.134966.5242-42.2739
CIE-Lab42.849572.0257-43.1702

#b215ae color RGB value is (178,21,174).

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

The process color (four color CMYK) of #b215ae color hex is 0.00, 0.88, 0.02, 0.30. Web safe color of #b215ae is #990099. Color #b215ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010101 10101110
Octal 262 25 256
Decimal 178 21 174
Hex B2 15 AE

RGB Percentages of Color #b215ae

%47.72
%5.63
%46.65

CMYK Percentages of Color #b215ae

%0
%88
%2
%30

Triadic Colors of #b215ae

#b215ae #aeb215 #15aeb2

Analogous Colors of #b215ae

#b215ae #b2155f #6815b2

Monochromatic Colors of #b215ae

#b215ae

Complementary Color

#b215ae #15b219

#b215ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b215ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b215ae Color CSS Codes

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

#b215ae Text Font Color

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

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


#b215ae Background Color

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

This div background color is #b215ae


#b215ae Border Color

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

This div border color is #b215ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,21,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 #b215ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b215ae


Comments

No comments written yet.

Please login to write comment.