Color Hex Logo

#b369fd Color Hex

#B369FD
(179,105,253)
0 Favorites   0 Comments

Color spaces of #b369fd

RGB 179105253
HSL0.750.970.70
HSV270°58°99°
CMYK 0.290.580.00   0.01
XYZ41.371626.778795.9168
Yxy26.77870.25220.1632
Hunter Lab51.748152.1479-73.6722
CIE-Lab58.768956.6493-62.8113

#b369fd color RGB value is (179,105,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101001 11111101
Octal 263 151 375
Decimal 179 105 253
Hex B3 69 FD

RGB Percentages of Color #b369fd

%33.33
%19.55
%47.11

CMYK Percentages of Color #b369fd

%29
%58
%0
%1

Triadic Colors of #b369fd

#b369fd #fdb369 #69fdb3

Analogous Colors of #b369fd

#b369fd #fd69fd #6969fd

Monochromatic Colors of #b369fd

#b369fd

Complementary Color

#b369fd #b3fd69

#b369fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b369fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b369fd Color CSS Codes

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

#b369fd Text Font Color

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

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


#b369fd Background Color

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

This div background color is #b369fd


#b369fd Border Color

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

This div border color is #b369fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b369fd

Related Colors


Comments

No comments written yet.

Please login to write comment.