Color Hex Logo

#b365cc Color Hex

#B365CC
(179,101,204)
0 Favorites   0 Comments

Color spaces of #b365cc

RGB 179101204
HSL0.790.500.60
HSV285°50°80°
CMYK 0.120.500.00   0.20
XYZ34.143223.250759.8150
Yxy23.25070.29130.1984
Hunter Lab48.219042.0102-39.7952
CIE-Lab55.329647.9784-40.8177

#b365cc color RGB value is (179,101,204).

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

The process color (four color CMYK) of #b365cc color hex is 0.12, 0.50, 0.00, 0.20. Web safe color of #b365cc is #cc66cc. Color #b365cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100101 11001100
Octal 263 145 314
Decimal 179 101 204
Hex B3 65 CC

RGB Percentages of Color #b365cc

%36.98
%20.87
%42.15

CMYK Percentages of Color #b365cc

%12
%50
%0
%20

Triadic Colors of #b365cc

#b365cc #ccb365 #65ccb3

Analogous Colors of #b365cc

#b365cc #cc65b2 #8065cc

Monochromatic Colors of #b365cc

#b365cc

Complementary Color

#b365cc #7ecc65

#b365cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b365cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b365cc Color CSS Codes

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

#b365cc Text Font Color

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

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


#b365cc Background Color

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

This div background color is #b365cc


#b365cc Border Color

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

This div border color is #b365cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b365cc


Comments

No comments written yet.

Please login to write comment.