Color Hex Logo

#b075dd Color Hex

#B075DD
(176,117,221)
0 Favorites   0 Comments

Color spaces of #b075dd

RGB 176117221
HSL0.760.600.66
HSV274°47°87°
CMYK 0.200.470.00   0.13
XYZ37.316927.173171.6847
Yxy27.17310.27400.1995
Hunter Lab52.127836.5596-45.0444
CIE-Lab59.134242.2676-44.4461

#b075dd color RGB value is (176,117,221).

#b075dd hex color red value is 176, green value is 117 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b075dd hue: 0.76 , saturation: 0.60 and the lightness value of b075dd is 0.66.

The process color (four color CMYK) of #b075dd color hex is 0.20, 0.47, 0.00, 0.13. Web safe color of #b075dd is #9966cc. Color #b075dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110101 11011101
Octal 260 165 335
Decimal 176 117 221
Hex B0 75 DD

RGB Percentages of Color #b075dd

%34.24
%22.76
%43.00

CMYK Percentages of Color #b075dd

%20
%47
%0
%13

Triadic Colors of #b075dd

#b075dd #ddb075 #75ddb0

Analogous Colors of #b075dd

#b075dd #dd75d6 #7c75dd

Monochromatic Colors of #b075dd

#b075dd

Complementary Color

#b075dd #a2dd75

#b075dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b075dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b075dd Color CSS Codes

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

#b075dd Text Font Color

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

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


#b075dd Background Color

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

This div background color is #b075dd


#b075dd Border Color

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

This div border color is #b075dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b075dd


Comments

No comments written yet.

Please login to write comment.