Color Hex Logo

#b410ae Color Hex

#B410AE
(180,16,174)
0 Favorites   0 Comments

Color spaces of #b410ae

RGB 18016174
HSL0.840.840.38
HSV302°91°71°
CMYK 0.000.910.03   0.29
XYZ26.647713.129941.1742
Yxy13.12990.32920.1622
Hunter Lab36.235267.8589-42.0068
CIE-Lab42.958373.1174-42.9755

#b410ae color RGB value is (180,16,174).

#b410ae hex color red value is 180, green value is 16 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b410ae hue: 0.84 , saturation: 0.84 and the lightness value of b410ae is 0.38.

The process color (four color CMYK) of #b410ae color hex is 0.00, 0.91, 0.03, 0.29. Web safe color of #b410ae is #cc0099. Color #b410ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010000 10101110
Octal 264 20 256
Decimal 180 16 174
Hex B4 10 AE

RGB Percentages of Color #b410ae

%48.65
%4.32
%47.03

CMYK Percentages of Color #b410ae

%0
%91
%3
%29

Triadic Colors of #b410ae

#b410ae #aeb410 #10aeb4

Analogous Colors of #b410ae

#b410ae #b4105c #6810b4

Monochromatic Colors of #b410ae

#b410ae

Complementary Color

#b410ae #10b416

#b410ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b410ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b410ae Color CSS Codes

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

#b410ae Text Font Color

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

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


#b410ae Background Color

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

This div background color is #b410ae


#b410ae Border Color

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

This div border color is #b410ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b410ae


Comments

No comments written yet.

Please login to write comment.