Color Hex Logo

#b368fd Color Hex

#B368FD
(179,104,253)
0 Favorites   0 Comments

Color spaces of #b368fd

RGB 179104253
HSL0.750.970.70
HSV270°59°99°
CMYK 0.290.590.00   0.01
XYZ41.270326.576295.8830
Yxy26.57620.25210.1623
Hunter Lab51.552152.6829-74.1884
CIE-Lab58.580057.1541-63.1146

#b368fd color RGB value is (179,104,253).

#b368fd hex color red value is 179, green value is 104 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b368fd hue: 0.75 , saturation: 0.97 and the lightness value of b368fd is 0.70.

The process color (four color CMYK) of #b368fd color hex is 0.29, 0.59, 0.00, 0.01. Web safe color of #b368fd is #cc66ff. Color #b368fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101000 11111101
Octal 263 150 375
Decimal 179 104 253
Hex B3 68 FD

RGB Percentages of Color #b368fd

%33.40
%19.40
%47.20

CMYK Percentages of Color #b368fd

%29
%59
%0
%1

Triadic Colors of #b368fd

#b368fd #fdb368 #68fdb3

Analogous Colors of #b368fd

#b368fd #fd68fd #6968fd

Monochromatic Colors of #b368fd

#b368fd

Complementary Color

#b368fd #b2fd68

#b368fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b368fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b368fd Color CSS Codes

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

#b368fd Text Font Color

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

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


#b368fd Background Color

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

This div background color is #b368fd


#b368fd Border Color

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

This div border color is #b368fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b368fd


Comments

No comments written yet.

Please login to write comment.