Color Hex Logo

#b58fcf Color Hex

#B58FCF
(181,143,207)
0 Favorites   0 Comments

Color spaces of #b58fcf

RGB 181143207
HSL0.770.400.69
HSV276°31°81°
CMYK 0.130.310.00   0.19
XYZ40.141033.973763.4734
Yxy33.97370.29170.2469
Hunter Lab58.287020.9270-23.7648
CIE-Lab64.941726.2475-27.5187

#b58fcf color RGB value is (181,143,207).

#b58fcf hex color red value is 181, green value is 143 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b58fcf hue: 0.77 , saturation: 0.40 and the lightness value of b58fcf is 0.69.

The process color (four color CMYK) of #b58fcf color hex is 0.13, 0.31, 0.00, 0.19. Web safe color of #b58fcf is #cc99cc. Color #b58fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001111 11001111
Octal 265 217 317
Decimal 181 143 207
Hex B5 8F CF

RGB Percentages of Color #b58fcf

%34.09
%26.93
%38.98

CMYK Percentages of Color #b58fcf

%13
%31
%0
%19

Triadic Colors of #b58fcf

#b58fcf #cfb58f #8fcfb5

Analogous Colors of #b58fcf

#b58fcf #cf8fc9 #958fcf

Monochromatic Colors of #b58fcf

#b58fcf

Complementary Color

#b58fcf #a9cf8f

#b58fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58fcf Color CSS Codes

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

#b58fcf Text Font Color

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

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


#b58fcf Background Color

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

This div background color is #b58fcf


#b58fcf Border Color

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

This div border color is #b58fcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,143,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b58fcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b58fcf;
  -webkit-box-shadow: 1px 1px 3px 2px #b58fcf;
  box-shadow:         1px 1px 3px 2px #b58fcf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,143,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58fcf


Comments

No comments written yet.

Please login to write comment.