Color Hex Logo

#b367de Color Hex

#B367DE
(179,103,222)
0 Favorites   0 Comments

Color spaces of #b367de

RGB 179103222
HSL0.770.640.64
HSV278°54°87°
CMYK 0.190.540.00   0.13
XYZ36.625524.558171.9171
Yxy24.55810.27520.1845
Hunter Lab49.556145.2010-51.3538
CIE-Lab56.642350.7333-48.9303

#b367de color RGB value is (179,103,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100111 11011110
Octal 263 147 336
Decimal 179 103 222
Hex B3 67 DE

RGB Percentages of Color #b367de

%35.52
%20.44
%44.05

CMYK Percentages of Color #b367de

%19
%54
%0
%13

Triadic Colors of #b367de

#b367de #deb367 #67deb3

Analogous Colors of #b367de

#b367de #de67ce #7867de

Monochromatic Colors of #b367de

#b367de

Complementary Color

#b367de #92de67

#b367de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b367de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b367de Color CSS Codes

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

#b367de Text Font Color

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

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


#b367de Background Color

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

This div background color is #b367de


#b367de Border Color

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

This div border color is #b367de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b367de


Comments

No comments written yet.

Please login to write comment.