Color Hex Logo

#b93fbd Color Hex

#B93FBD
(185,63,189)
0 Favorites   0 Comments

Color spaces of #b93fbd

RGB 18563189
HSL0.830.500.49
HSV298°67°74°
CMYK 0.020.670.00   0.26
XYZ30.970417.543449.8980
Yxy17.54340.31470.1783
Hunter Lab41.884858.6876-41.3136
CIE-Lab48.937664.1609-42.2340

#b93fbd color RGB value is (185,63,189).

#b93fbd hex color red value is 185, green value is 63 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b93fbd hue: 0.83 , saturation: 0.50 and the lightness value of b93fbd is 0.49.

The process color (four color CMYK) of #b93fbd color hex is 0.02, 0.67, 0.00, 0.26. Web safe color of #b93fbd is #cc33cc. Color #b93fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111111 10111101
Octal 271 77 275
Decimal 185 63 189
Hex B9 3F BD

RGB Percentages of Color #b93fbd

%42.33
%14.42
%43.25

CMYK Percentages of Color #b93fbd

%2
%67
%0
%26

Triadic Colors of #b93fbd

#b93fbd #bdb93f #3fbdb9

Analogous Colors of #b93fbd

#b93fbd #bd3f82 #7a3fbd

Monochromatic Colors of #b93fbd

#b93fbd

Complementary Color

#b93fbd #43bd3f

#b93fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93fbd Color CSS Codes

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

#b93fbd Text Font Color

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

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


#b93fbd Background Color

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

This div background color is #b93fbd


#b93fbd Border Color

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

This div border color is #b93fbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,63,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b93fbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b93fbd;
  -webkit-box-shadow: 1px 1px 3px 2px #b93fbd;
  box-shadow:         1px 1px 3px 2px #b93fbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,63,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93fbd


Comments

No comments written yet.

Please login to write comment.