Color Hex Logo

#b64280 Color Hex

#B64280
(182,66,128)
0 Favorites   0 Comments

Color spaces of #b64280

RGB 18266128
HSL0.910.470.49
HSV328°64°71°
CMYK 0.000.640.30   0.29
XYZ25.135915.400022.0698
Yxy15.40000.40150.2460
Hunter Lab39.242845.6582-5.8742
CIE-Lab46.177352.9332-10.2811

#b64280 color RGB value is (182,66,128).

#b64280 hex color red value is 182, green value is 66 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #b64280 hue: 0.91 , saturation: 0.47 and the lightness value of b64280 is 0.49.

The process color (four color CMYK) of #b64280 color hex is 0.00, 0.64, 0.30, 0.29. Web safe color of #b64280 is #cc3399. Color #b64280 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000010 10000000
Octal 266 102 200
Decimal 182 66 128
Hex B6 42 80

RGB Percentages of Color #b64280

%48.40
%17.55
%34.04

CMYK Percentages of Color #b64280

%0
%64
%30
%29

Triadic Colors of #b64280

#b64280 #80b642 #4280b6

Analogous Colors of #b64280

#b64280 #b64246 #b242b6

Monochromatic Colors of #b64280

#b64280

Complementary Color

#b64280 #42b678

#b64280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64280 Color CSS Codes

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

#b64280 Text Font Color

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

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


#b64280 Background Color

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

This div background color is #b64280


#b64280 Border Color

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

This div border color is #b64280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64280


Comments

No comments written yet.

Please login to write comment.