Color Hex Logo

#b975da Color Hex

#B975DA
(185,117,218)
0 Favorites   0 Comments

Color spaces of #b975da

RGB 185117218
HSL0.780.580.66
HSV280°46°85°
CMYK 0.150.460.00   0.15
XYZ39.023828.098869.6965
Yxy28.09880.28520.2054
Hunter Lab53.008338.6441-40.8500
CIE-Lab59.977944.1302-41.3678

#b975da color RGB value is (185,117,218).

#b975da hex color red value is 185, green value is 117 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b975da hue: 0.78 , saturation: 0.58 and the lightness value of b975da is 0.66.

The process color (four color CMYK) of #b975da color hex is 0.15, 0.46, 0.00, 0.15. Web safe color of #b975da is #cc66cc. Color #b975da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110101 11011010
Octal 271 165 332
Decimal 185 117 218
Hex B9 75 DA

RGB Percentages of Color #b975da

%35.58
%22.50
%41.92

CMYK Percentages of Color #b975da

%15
%46
%0
%15

Triadic Colors of #b975da

#b975da #dab975 #75dab9

Analogous Colors of #b975da

#b975da #da75c9 #8775da

Monochromatic Colors of #b975da

#b975da

Complementary Color

#b975da #96da75

#b975da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b975da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b975da Color CSS Codes

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

#b975da Text Font Color

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

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


#b975da Background Color

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

This div background color is #b975da


#b975da Border Color

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

This div border color is #b975da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b975da


Comments

No comments written yet.

Please login to write comment.