Color Hex Logo

#b356ee Color Hex

#B356EE
(179,86,238)
0 Favorites   0 Comments

Color spaces of #b356ee

RGB 17986238
HSL0.770.820.64
HSV277°64°93°
CMYK 0.250.640.00   0.07
XYZ37.350822.412383.2463
Yxy22.41230.26120.1567
Hunter Lab47.341657.9821-71.1174
CIE-Lab54.461862.5183-61.3937

#b356ee color RGB value is (179,86,238).

#b356ee hex color red value is 179, green value is 86 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b356ee hue: 0.77 , saturation: 0.82 and the lightness value of b356ee is 0.64.

The process color (four color CMYK) of #b356ee color hex is 0.25, 0.64, 0.00, 0.07. Web safe color of #b356ee is #cc66ff. Color #b356ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010110 11101110
Octal 263 126 356
Decimal 179 86 238
Hex B3 56 EE

RGB Percentages of Color #b356ee

%35.59
%17.10
%47.32

CMYK Percentages of Color #b356ee

%25
%64
%0
%7

Triadic Colors of #b356ee

#b356ee #eeb356 #56eeb3

Analogous Colors of #b356ee

#b356ee #ee56dd #6756ee

Monochromatic Colors of #b356ee

#b356ee

Complementary Color

#b356ee #91ee56

#b356ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b356ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b356ee Color CSS Codes

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

#b356ee Text Font Color

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

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


#b356ee Background Color

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

This div background color is #b356ee


#b356ee Border Color

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

This div border color is #b356ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b356ee


Comments

No comments written yet.

Please login to write comment.