Color Hex Logo

#b61688 Color Hex

#B61688
(182,22,136)
0 Favorites   0 Comments

Color spaces of #b61688

RGB 18222136
HSL0.880.780.40
HSV317°88°71°
CMYK 0.000.880.25   0.29
XYZ24.022212.296524.3999
Yxy12.29650.39560.2025
Hunter Lab35.066460.9152-16.7087
CIE-Lab41.683567.4910-22.0260

#b61688 color RGB value is (182,22,136).

#b61688 hex color red value is 182, green value is 22 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #b61688 hue: 0.88 , saturation: 0.78 and the lightness value of b61688 is 0.40.

The process color (four color CMYK) of #b61688 color hex is 0.00, 0.88, 0.25, 0.29. Web safe color of #b61688 is #cc0099. Color #b61688 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010110 10001000
Octal 266 26 210
Decimal 182 22 136
Hex B6 16 88

RGB Percentages of Color #b61688

%53.53
%6.47
%40.00

CMYK Percentages of Color #b61688

%0
%88
%25
%29

Triadic Colors of #b61688

#b61688 #88b616 #1688b6

Analogous Colors of #b61688

#b61688 #b61638 #9416b6

Monochromatic Colors of #b61688

#b61688

Complementary Color

#b61688 #16b644

#b61688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61688 Color CSS Codes

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

#b61688 Text Font Color

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

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


#b61688 Background Color

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

This div background color is #b61688


#b61688 Border Color

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

This div border color is #b61688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61688


Comments

No comments written yet.

Please login to write comment.