Color Hex Logo

#b35edb Color Hex

#B35EDB
(179,94,219)
0 Favorites   0 Comments

Color spaces of #b35edb

RGB 17994219
HSL0.780.630.61
HSV281°57°86°
CMYK 0.180.570.00   0.14
XYZ35.379322.703669.5354
Yxy22.70360.27720.1779
Hunter Lab47.648349.1534-53.1709
CIE-Lab54.765754.6476-50.2214

#b35edb color RGB value is (179,94,219).

#b35edb hex color red value is 179, green value is 94 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b35edb hue: 0.78 , saturation: 0.63 and the lightness value of b35edb is 0.61.

The process color (four color CMYK) of #b35edb color hex is 0.18, 0.57, 0.00, 0.14. Web safe color of #b35edb is #cc66cc. Color #b35edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011110 11011011
Octal 263 136 333
Decimal 179 94 219
Hex B3 5E DB

RGB Percentages of Color #b35edb

%36.38
%19.11
%44.51

CMYK Percentages of Color #b35edb

%18
%57
%0
%14

Triadic Colors of #b35edb

#b35edb #dbb35e #5edbb3

Analogous Colors of #b35edb

#b35edb #db5ec5 #755edb

Monochromatic Colors of #b35edb

#b35edb

Complementary Color

#b35edb #86db5e

#b35edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35edb Color CSS Codes

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

#b35edb Text Font Color

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

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


#b35edb Background Color

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

This div background color is #b35edb


#b35edb Border Color

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

This div border color is #b35edb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,94,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b35edb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b35edb;
  -webkit-box-shadow: 1px 1px 3px 2px #b35edb;
  box-shadow:         1px 1px 3px 2px #b35edb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,94,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35edb


Comments

No comments written yet.

Please login to write comment.