Color Hex Logo

#b614a8 Color Hex

#B614A8
(182,20,168)
0 Favorites   0 Comments

Color spaces of #b614a8

RGB 18220168
HSL0.850.800.40
HSV305°89°71°
CMYK 0.000.890.08   0.29
XYZ26.609413.272538.2052
Yxy13.27250.34080.1700
Hunter Lab36.431466.6208-36.6747
CIE-Lab43.171072.0438-39.0454

#b614a8 color RGB value is (182,20,168).

#b614a8 hex color red value is 182, green value is 20 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #b614a8 hue: 0.85 , saturation: 0.80 and the lightness value of b614a8 is 0.40.

The process color (four color CMYK) of #b614a8 color hex is 0.00, 0.89, 0.08, 0.29. Web safe color of #b614a8 is #cc0099. Color #b614a8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010100 10101000
Octal 266 24 250
Decimal 182 20 168
Hex B6 14 A8

RGB Percentages of Color #b614a8

%49.19
%5.41
%45.41

CMYK Percentages of Color #b614a8

%0
%89
%8
%29

Triadic Colors of #b614a8

#b614a8 #a8b614 #14a8b6

Analogous Colors of #b614a8

#b614a8 #b61457 #7314b6

Monochromatic Colors of #b614a8

#b614a8

Complementary Color

#b614a8 #14b622

#b614a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b614a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b614a8 Color CSS Codes

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

#b614a8 Text Font Color

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

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


#b614a8 Background Color

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

This div background color is #b614a8


#b614a8 Border Color

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

This div border color is #b614a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b614a8


Comments

No comments written yet.

Please login to write comment.