Color Hex Logo

#b6237a Color Hex

#B6237A
(182,35,122)
0 Favorites   0 Comments

Color spaces of #b6237a

RGB 18235122
HSL0.900.680.43
HSV324°81°71°
CMYK 0.000.810.33   0.29
XYZ23.405312.552319.6016
Yxy12.55230.42130.2259
Hunter Lab35.429255.9198-8.0024
CIE-Lab42.080863.0491-12.7902

#b6237a color RGB value is (182,35,122).

#b6237a hex color red value is 182, green value is 35 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #b6237a hue: 0.90 , saturation: 0.68 and the lightness value of b6237a is 0.43.

The process color (four color CMYK) of #b6237a color hex is 0.00, 0.81, 0.33, 0.29. Web safe color of #b6237a is #cc3366. Color #b6237a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100011 01111010
Octal 266 43 172
Decimal 182 35 122
Hex B6 23 7A

RGB Percentages of Color #b6237a

%53.69
%10.32
%35.99

CMYK Percentages of Color #b6237a

%0
%81
%33
%29

Triadic Colors of #b6237a

#b6237a #7ab623 #237ab6

Analogous Colors of #b6237a

#b6237a #b62331 #a923b6

Monochromatic Colors of #b6237a

#b6237a

Complementary Color

#b6237a #23b65f

#b6237a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6237a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6237a Color CSS Codes

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

#b6237a Text Font Color

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

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


#b6237a Background Color

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

This div background color is #b6237a


#b6237a Border Color

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

This div border color is #b6237a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6237a


Comments

No comments written yet.

Please login to write comment.