Color Hex Logo

#b075dc Color Hex

#B075DC
(176,117,220)
0 Favorites   0 Comments

Color spaces of #b075dc

RGB 176117220
HSL0.760.600.66
HSV274°47°86°
CMYK 0.200.470.00   0.14
XYZ37.184127.120070.9850
Yxy27.12000.27480.2005
Hunter Lab52.076936.3187-44.3633
CIE-Lab59.085242.0438-43.9626

#b075dc color RGB value is (176,117,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110101 11011100
Octal 260 165 334
Decimal 176 117 220
Hex B0 75 DC

RGB Percentages of Color #b075dc

%34.31
%22.81
%42.88

CMYK Percentages of Color #b075dc

%20
%47
%0
%14

Triadic Colors of #b075dc

#b075dc #dcb075 #75dcb0

Analogous Colors of #b075dc

#b075dc #dc75d5 #7d75dc

Monochromatic Colors of #b075dc

#b075dc

Complementary Color

#b075dc #a1dc75

#b075dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b075dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b075dc Color CSS Codes

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

#b075dc Text Font Color

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

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


#b075dc Background Color

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

This div background color is #b075dc


#b075dc Border Color

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

This div border color is #b075dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b075dc


Comments

No comments written yet.

Please login to write comment.