Color Hex Logo

#b993f5 Color Hex

#B993F5
(185,147,245)
0 Favorites   0 Comments

Color spaces of #b993f5

RGB 185147245
HSL0.730.830.77
HSV263°40°96°
CMYK 0.240.400.00   0.04
XYZ46.922737.774391.2043
Yxy37.77430.26680.2147
Hunter Lab61.460828.7207-44.9604
CIE-Lab67.853933.7314-43.9548

#b993f5 color RGB value is (185,147,245).

#b993f5 hex color red value is 185, green value is 147 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #b993f5 hue: 0.73 , saturation: 0.83 and the lightness value of b993f5 is 0.77.

The process color (four color CMYK) of #b993f5 color hex is 0.24, 0.40, 0.00, 0.04. Web safe color of #b993f5 is #cc99ff. Color #b993f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010011 11110101
Octal 271 223 365
Decimal 185 147 245
Hex B9 93 F5

RGB Percentages of Color #b993f5

%32.06
%25.48
%42.46

CMYK Percentages of Color #b993f5

%24
%40
%0
%4

Triadic Colors of #b993f5

#b993f5 #f5b993 #93f5b9

Analogous Colors of #b993f5

#b993f5 #ea93f5 #939ef5

Monochromatic Colors of #b993f5

#b993f5

Complementary Color

#b993f5 #cff593

#b993f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b993f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b993f5 Color CSS Codes

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

#b993f5 Text Font Color

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

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


#b993f5 Background Color

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

This div background color is #b993f5


#b993f5 Border Color

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

This div border color is #b993f5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,147,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 #b993f5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b993f5

Related Colors


Comments

No comments written yet.

Please login to write comment.