Color Hex Logo

#b35edd Color Hex

#B35EDD
(179,94,221)
0 Favorites   0 Comments

Color spaces of #b35edd

RGB 17994221
HSL0.780.650.62
HSV280°57°87°
CMYK 0.190.570.00   0.13
XYZ35.644322.809670.9306
Yxy22.80960.27550.1763
Hunter Lab47.759449.6411-54.6239
CIE-Lab54.875755.0694-51.1761

#b35edd color RGB value is (179,94,221).

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

The process color (four color CMYK) of #b35edd color hex is 0.19, 0.57, 0.00, 0.13. Web safe color of #b35edd is #cc66cc. Color #b35edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011110 11011101
Octal 263 136 335
Decimal 179 94 221
Hex B3 5E DD

RGB Percentages of Color #b35edd

%36.23
%19.03
%44.74

CMYK Percentages of Color #b35edd

%19
%57
%0
%13

Triadic Colors of #b35edd

#b35edd #ddb35e #5eddb3

Analogous Colors of #b35edd

#b35edd #dd5ec8 #745edd

Monochromatic Colors of #b35edd

#b35edd

Complementary Color

#b35edd #88dd5e

#b35edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35edd Color CSS Codes

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

#b35edd Text Font Color

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

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


#b35edd Background Color

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

This div background color is #b35edd


#b35edd Border Color

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

This div border color is #b35edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35edd


Comments

No comments written yet.

Please login to write comment.