Color Hex Logo

#b075fd Color Hex

#B075FD
(176,117,253)
0 Favorites   0 Comments

Color spaces of #b075fd

RGB 176117253
HSL0.740.970.73
HSV266°54°99°
CMYK 0.300.540.00   0.01
XYZ41.995429.044596.3213
Yxy29.04450.25090.1735
Hunter Lab53.892944.7812-68.2422
CIE-Lab60.820949.6996-59.5426

#b075fd color RGB value is (176,117,253).

#b075fd hex color red value is 176, green value is 117 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b075fd hue: 0.74 , saturation: 0.97 and the lightness value of b075fd is 0.73.

The process color (four color CMYK) of #b075fd color hex is 0.30, 0.54, 0.00, 0.01. Web safe color of #b075fd is #9966ff. Color #b075fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110101 11111101
Octal 260 165 375
Decimal 176 117 253
Hex B0 75 FD

RGB Percentages of Color #b075fd

%32.23
%21.43
%46.34

CMYK Percentages of Color #b075fd

%30
%54
%0
%1

Triadic Colors of #b075fd

#b075fd #fdb075 #75fdb0

Analogous Colors of #b075fd

#b075fd #f475fd #757efd

Monochromatic Colors of #b075fd

#b075fd

Complementary Color

#b075fd #c2fd75

#b075fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b075fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b075fd Color CSS Codes

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

#b075fd Text Font Color

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

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


#b075fd Background Color

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

This div background color is #b075fd


#b075fd Border Color

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

This div border color is #b075fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b075fd

Related Colors


Comments

No comments written yet.

Please login to write comment.