Color Hex Logo

#b364ce Color Hex

#B364CE
(179,100,206)
0 Favorites   0 Comments

Color spaces of #b364ce

RGB 179100206
HSL0.790.520.60
HSV285°51°81°
CMYK 0.130.510.00   0.19
XYZ34.288223.154361.0546
Yxy23.15430.28940.1954
Hunter Lab48.118942.9860-41.5455
CIE-Lab55.230948.9063-42.1117

#b364ce color RGB value is (179,100,206).

#b364ce hex color red value is 179, green value is 100 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b364ce hue: 0.79 , saturation: 0.52 and the lightness value of b364ce is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100100 11001110
Octal 263 144 316
Decimal 179 100 206
Hex B3 64 CE

RGB Percentages of Color #b364ce

%36.91
%20.62
%42.47

CMYK Percentages of Color #b364ce

%13
%51
%0
%19

Triadic Colors of #b364ce

#b364ce #ceb364 #64ceb3

Analogous Colors of #b364ce

#b364ce #ce64b4 #7e64ce

Monochromatic Colors of #b364ce

#b364ce

Complementary Color

#b364ce #7fce64

#b364ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b364ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b364ce Color CSS Codes

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

#b364ce Text Font Color

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

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


#b364ce Background Color

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

This div background color is #b364ce


#b364ce Border Color

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

This div border color is #b364ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b364ce


Comments

No comments written yet.

Please login to write comment.