Color Hex Logo

#b598ef Color Hex

#B598EF
(181,152,239)
0 Favorites   0 Comments

Color spaces of #b598ef

RGB 181152239
HSL0.720.730.77
HSV260°36°94°
CMYK 0.240.360.00   0.06
XYZ45.864338.512286.6776
Yxy38.51220.26810.2251
Hunter Lab62.058223.3191-39.3705
CIE-Lab68.396428.3993-39.8473

#b598ef color RGB value is (181,152,239).

#b598ef hex color red value is 181, green value is 152 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b598ef hue: 0.72 , saturation: 0.73 and the lightness value of b598ef is 0.77.

The process color (four color CMYK) of #b598ef color hex is 0.24, 0.36, 0.00, 0.06. Web safe color of #b598ef is #cc99ff. Color #b598ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011000 11101111
Octal 265 230 357
Decimal 181 152 239
Hex B5 98 EF

RGB Percentages of Color #b598ef

%31.64
%26.57
%41.78

CMYK Percentages of Color #b598ef

%24
%36
%0
%6

Triadic Colors of #b598ef

#b598ef #efb598 #98efb5

Analogous Colors of #b598ef

#b598ef #e198ef #98a7ef

Monochromatic Colors of #b598ef

#b598ef

Complementary Color

#b598ef #d2ef98

#b598ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b598ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b598ef Color CSS Codes

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

#b598ef Text Font Color

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

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


#b598ef Background Color

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

This div background color is #b598ef


#b598ef Border Color

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

This div border color is #b598ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b598ef


Comments

No comments written yet.

Please login to write comment.