Color Hex Logo

#b368dd Color Hex

#B368DD
(179,104,221)
0 Favorites   0 Comments

Color spaces of #b368dd

RGB 179104221
HSL0.770.630.64
HSV278°53°87°
CMYK 0.190.530.00   0.13
XYZ36.591924.704871.2465
Yxy24.70480.27610.1864
Hunter Lab49.703944.4294-50.1946
CIE-Lab56.786749.9998-48.1383

#b368dd color RGB value is (179,104,221).

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

The process color (four color CMYK) of #b368dd color hex is 0.19, 0.53, 0.00, 0.13. Web safe color of #b368dd is #cc66cc. Color #b368dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101000 11011101
Octal 263 150 335
Decimal 179 104 221
Hex B3 68 DD

RGB Percentages of Color #b368dd

%35.52
%20.63
%43.85

CMYK Percentages of Color #b368dd

%19
%53
%0
%13

Triadic Colors of #b368dd

#b368dd #ddb368 #68ddb3

Analogous Colors of #b368dd

#b368dd #dd68cd #7968dd

Monochromatic Colors of #b368dd

#b368dd

Complementary Color

#b368dd #92dd68

#b368dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b368dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b368dd Color CSS Codes

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

#b368dd Text Font Color

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

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


#b368dd Background Color

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

This div background color is #b368dd


#b368dd Border Color

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

This div border color is #b368dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b368dd


Comments

No comments written yet.

Please login to write comment.