Color Hex Logo

#b65673 Color Hex

#B65673
(182,86,115)
0 Favorites   0 Comments

Color spaces of #b65673

RGB 18286115
HSL0.950.400.53
HSV342°53°71°
CMYK 0.000.530.37   0.29
XYZ25.713717.838518.3076
Yxy17.83850.41570.2884
Hunter Lab42.235634.76113.8649
CIE-Lab49.299641.91522.1979

#b65673 color RGB value is (182,86,115).

#b65673 hex color red value is 182, green value is 86 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #b65673 hue: 0.95 , saturation: 0.40 and the lightness value of b65673 is 0.53.

The process color (four color CMYK) of #b65673 color hex is 0.00, 0.53, 0.37, 0.29. Web safe color of #b65673 is #cc6666. Color #b65673 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010110 01110011
Octal 266 126 163
Decimal 182 86 115
Hex B6 56 73

RGB Percentages of Color #b65673

%47.52
%22.45
%30.03

CMYK Percentages of Color #b65673

%0
%53
%37
%29

Triadic Colors of #b65673

#b65673 #73b656 #5673b6

Analogous Colors of #b65673

#b65673 #b66956 #b656a3

Monochromatic Colors of #b65673

#b65673

Complementary Color

#b65673 #56b699

#b65673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65673 Color CSS Codes

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

#b65673 Text Font Color

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

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


#b65673 Background Color

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

This div background color is #b65673


#b65673 Border Color

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

This div border color is #b65673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65673


Comments

No comments written yet.

Please login to write comment.