Color Hex Logo

#b75daf Color Hex

#B75DAF
(183,93,175)
0 Favorites   0 Comments

Color spaces of #b75daf

RGB 18393175
HSL0.850.380.54
HSV305°49°72°
CMYK 0.000.490.04   0.28
XYZ31.180720.991142.9657
Yxy20.99110.32770.2206
Hunter Lab45.816041.3024-23.5302
CIE-Lab52.939847.6871-27.8340

#b75daf color RGB value is (183,93,175).

#b75daf hex color red value is 183, green value is 93 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b75daf hue: 0.85 , saturation: 0.38 and the lightness value of b75daf is 0.54.

The process color (four color CMYK) of #b75daf color hex is 0.00, 0.49, 0.04, 0.28. Web safe color of #b75daf is #cc6699. Color #b75daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011101 10101111
Octal 267 135 257
Decimal 183 93 175
Hex B7 5D AF

RGB Percentages of Color #b75daf

%40.58
%20.62
%38.80

CMYK Percentages of Color #b75daf

%0
%49
%4
%28

Triadic Colors of #b75daf

#b75daf #afb75d #5dafb7

Analogous Colors of #b75daf

#b75daf #b75d82 #925db7

Monochromatic Colors of #b75daf

#b75daf

Complementary Color

#b75daf #5db765

#b75daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75daf Color CSS Codes

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

#b75daf Text Font Color

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

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


#b75daf Background Color

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

This div background color is #b75daf


#b75daf Border Color

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

This div border color is #b75daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75daf


Comments

No comments written yet.

Please login to write comment.