Color Hex Logo

#b75675 Color Hex

#B75675
(183,86,117)
0 Favorites   0 Comments

Color spaces of #b75675

RGB 18386117
HSL0.950.400.53
HSV341°53°72°
CMYK 0.000.530.36   0.28
XYZ26.067118.007218.9315
Yxy18.00720.41370.2858
Hunter Lab42.434935.38873.2533
CIE-Lab49.504842.50551.3118

#b75675 color RGB value is (183,86,117).

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

The process color (four color CMYK) of #b75675 color hex is 0.00, 0.53, 0.36, 0.28. Web safe color of #b75675 is #cc6666. Color #b75675 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010110 01110101
Octal 267 126 165
Decimal 183 86 117
Hex B7 56 75

RGB Percentages of Color #b75675

%47.41
%22.28
%30.31

CMYK Percentages of Color #b75675

%0
%53
%36
%28

Triadic Colors of #b75675

#b75675 #75b756 #5675b7

Analogous Colors of #b75675

#b75675 #b76856 #b756a6

Monochromatic Colors of #b75675

#b75675

Complementary Color

#b75675 #56b798

#b75675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75675 Color CSS Codes

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

#b75675 Text Font Color

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

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


#b75675 Background Color

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

This div background color is #b75675


#b75675 Border Color

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

This div border color is #b75675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75675


Comments

No comments written yet.

Please login to write comment.