Color Hex Logo

#b613ad Color Hex

#B613AD
(182,19,173)
0 Favorites   0 Comments

Color spaces of #b613ad

RGB 18219173
HSL0.840.810.39
HSV303°90°71°
CMYK 0.000.900.05   0.29
XYZ27.067113.428040.7004
Yxy13.42800.33340.1654
Hunter Lab36.644267.7208-40.2019
CIE-Lab43.401272.9164-41.6550

#b613ad color RGB value is (182,19,173).

#b613ad hex color red value is 182, green value is 19 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b613ad hue: 0.84 , saturation: 0.81 and the lightness value of b613ad is 0.39.

The process color (four color CMYK) of #b613ad color hex is 0.00, 0.90, 0.05, 0.29. Web safe color of #b613ad is #cc0099. Color #b613ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010011 10101101
Octal 266 23 255
Decimal 182 19 173
Hex B6 13 AD

RGB Percentages of Color #b613ad

%48.66
%5.08
%46.26

CMYK Percentages of Color #b613ad

%0
%90
%5
%29

Triadic Colors of #b613ad

#b613ad #adb613 #13adb6

Analogous Colors of #b613ad

#b613ad #b6135b #6e13b6

Monochromatic Colors of #b613ad

#b613ad

Complementary Color

#b613ad #13b61c

#b613ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b613ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b613ad Color CSS Codes

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

#b613ad Text Font Color

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

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


#b613ad Background Color

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

This div background color is #b613ad


#b613ad Border Color

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

This div border color is #b613ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,19,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b613ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b613ad;
  -webkit-box-shadow: 1px 1px 3px 2px #b613ad;
  box-shadow:         1px 1px 3px 2px #b613ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,19,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b613ad


Comments

No comments written yet.

Please login to write comment.