Color Hex Logo

#b368de Color Hex

#B368DE
(179,104,222)
0 Favorites   0 Comments

Color spaces of #b368de

RGB 179104222
HSL0.770.640.64
HSV278°53°87°
CMYK 0.190.530.00   0.13
XYZ36.725524.758371.9504
Yxy24.75830.27520.1855
Hunter Lab49.757744.6725-50.9038
CIE-Lab56.839250.2156-48.6177

#b368de color RGB value is (179,104,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101000 11011110
Octal 263 150 336
Decimal 179 104 222
Hex B3 68 DE

RGB Percentages of Color #b368de

%35.45
%20.59
%43.96

CMYK Percentages of Color #b368de

%19
%53
%0
%13

Triadic Colors of #b368de

#b368de #deb368 #68deb3

Analogous Colors of #b368de

#b368de #de68ce #7868de

Monochromatic Colors of #b368de

#b368de

Complementary Color

#b368de #93de68

#b368de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b368de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b368de Color CSS Codes

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

#b368de Text Font Color

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

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


#b368de Background Color

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

This div background color is #b368de


#b368de Border Color

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

This div border color is #b368de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b368de


Comments

No comments written yet.

Please login to write comment.