Color Hex Logo

#b05ff5 Color Hex

#B05FF5
(176,95,245)
0 Favorites   0 Comments

Color spaces of #b05ff5

RGB 17695245
HSL0.760.880.67
HSV272°61°96°
CMYK 0.280.610.00   0.04
XYZ38.478124.007188.9920
Yxy24.00710.25400.1585
Hunter Lab48.997054.4339-73.3889
CIE-Lab56.094959.1269-62.6921

#b05ff5 color RGB value is (176,95,245).

#b05ff5 hex color red value is 176, green value is 95 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #b05ff5 hue: 0.76 , saturation: 0.88 and the lightness value of b05ff5 is 0.67.

The process color (four color CMYK) of #b05ff5 color hex is 0.28, 0.61, 0.00, 0.04. Web safe color of #b05ff5 is #9966ff. Color #b05ff5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011111 11110101
Octal 260 137 365
Decimal 176 95 245
Hex B0 5F F5

RGB Percentages of Color #b05ff5

%34.11
%18.41
%47.48

CMYK Percentages of Color #b05ff5

%28
%61
%0
%4

Triadic Colors of #b05ff5

#b05ff5 #f5b05f #5ff5b0

Analogous Colors of #b05ff5

#b05ff5 #f55fef #655ff5

Monochromatic Colors of #b05ff5

#b05ff5

Complementary Color

#b05ff5 #a4f55f

#b05ff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05ff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05ff5 Color CSS Codes

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

#b05ff5 Text Font Color

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

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


#b05ff5 Background Color

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

This div background color is #b05ff5


#b05ff5 Border Color

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

This div border color is #b05ff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05ff5


Comments

No comments written yet.

Please login to write comment.