Color Hex Logo

#b510af Color Hex

#B510AF
(181,16,175)
0 Favorites   0 Comments

Color spaces of #b510af

RGB 18116175
HSL0.840.840.39
HSV302°91°71°
CMYK 0.000.910.03   0.29
XYZ26.979213.289541.7006
Yxy13.28950.32910.1621
Hunter Lab36.454868.3072-42.3035
CIE-Lab43.196373.4432-43.1790

#b510af color RGB value is (181,16,175).

#b510af hex color red value is 181, green value is 16 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b510af hue: 0.84 , saturation: 0.84 and the lightness value of b510af is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010000 10101111
Octal 265 20 257
Decimal 181 16 175
Hex B5 10 AF

RGB Percentages of Color #b510af

%48.66
%4.30
%47.04

CMYK Percentages of Color #b510af

%0
%91
%3
%29

Triadic Colors of #b510af

#b510af #afb510 #10afb5

Analogous Colors of #b510af

#b510af #b5105d #6910b5

Monochromatic Colors of #b510af

#b510af

Complementary Color

#b510af #10b516

#b510af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b510af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b510af Color CSS Codes

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

#b510af Text Font Color

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

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


#b510af Background Color

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

This div background color is #b510af


#b510af Border Color

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

This div border color is #b510af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,16,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b510af


Comments

No comments written yet.

Please login to write comment.