Color Hex Logo

#b35def Color Hex

#B35DEF
(179,93,239)
0 Favorites   0 Comments

Color spaces of #b35def

RGB 17993239
HSL0.760.820.65
HSV275°61°94°
CMYK 0.250.610.00   0.06
XYZ38.084723.644484.2179
Yxy23.64440.26090.1620
Hunter Lab48.625554.7110-68.6506
CIE-Lab55.730059.4349-59.9158

#b35def color RGB value is (179,93,239).

#b35def hex color red value is 179, green value is 93 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b35def hue: 0.76 , saturation: 0.82 and the lightness value of b35def is 0.65.

The process color (four color CMYK) of #b35def color hex is 0.25, 0.61, 0.00, 0.06. Web safe color of #b35def is #cc66ff. Color #b35def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011101 11101111
Octal 263 135 357
Decimal 179 93 239
Hex B3 5D EF

RGB Percentages of Color #b35def

%35.03
%18.20
%46.77

CMYK Percentages of Color #b35def

%25
%61
%0
%6

Triadic Colors of #b35def

#b35def #efb35d #5defb3

Analogous Colors of #b35def

#b35def #ef5de2 #6a5def

Monochromatic Colors of #b35def

#b35def

Complementary Color

#b35def #99ef5d

#b35def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35def Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35def Color CSS Codes

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

#b35def Text Font Color

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

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


#b35def Background Color

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

This div background color is #b35def


#b35def Border Color

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

This div border color is #b35def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35def


Comments

No comments written yet.

Please login to write comment.