color codes Logo

#b35dfe color codes

#B35DFE
(179,93,254)
0 Favorites   0 Comments

Color spaces of #b35dfe

RGB 17993254
HSL0.760.990.68
HSV272°63°100°
CMYK 0.300.630.00   0.00
XYZ40.394124.568296.3791
Yxy24.56820.25040.1523
Hunter Lab49.566358.7276-80.5899
CIE-Lab56.652362.7647-66.7683

#b35dfe color RGB value is (179,93,254).

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

The process color (four color CMYK) of #b35dfe color code is 0.30, 0.63, 0.00, 0.00. Web safe color of #b35dfe is #cc66ff. Color #b35dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011101 11111110
Octal 263 135 376
Decimal 179 93 254
Hex B3 5D FE

RGB Percentages of Color #b35dfe

%34.03
%17.68
%48.29

CMYK Percentages of Color #b35dfe

%30
%63
%0
%0

Triadic Colors of #b35dfe

#b35dfe #feb35d #5dfeb3

Analogous Colors of #b35dfe

#b35dfe #fe5df9 #635dfe

Monochromatic Colors of #b35dfe

#b35dfe

Complementary Color

#b35dfe #a8fe5d

#b35dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35dfe Color CSS Codes

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

#b35dfe Text Font Color

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

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


#b35dfe Background Color

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

This div background color is #b35dfe


#b35dfe Border Color

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

This div border color is #b35dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35dfe


Comments

No comments written yet.

Please login to write comment.