Color Hex Logo

#b365cd Color Hex

#B365CD
(179,101,205)
0 Favorites   0 Comments

Color spaces of #b365cd

RGB 179101205
HSL0.790.510.60
HSV285°51°80°
CMYK 0.130.510.00   0.20
XYZ34.263523.298860.4488
Yxy23.29880.29030.1974
Hunter Lab48.268842.2373-40.4628
CIE-Lab55.378848.1835-41.3094

#b365cd color RGB value is (179,101,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100101 11001101
Octal 263 145 315
Decimal 179 101 205
Hex B3 65 CD

RGB Percentages of Color #b365cd

%36.91
%20.82
%42.27

CMYK Percentages of Color #b365cd

%13
%51
%0
%20

Triadic Colors of #b365cd

#b365cd #cdb365 #65cdb3

Analogous Colors of #b365cd

#b365cd #cd65b3 #7f65cd

Monochromatic Colors of #b365cd

#b365cd

Complementary Color

#b365cd #7fcd65

#b365cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b365cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b365cd Color CSS Codes

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

#b365cd Text Font Color

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

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


#b365cd Background Color

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

This div background color is #b365cd


#b365cd Border Color

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

This div border color is #b365cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b365cd


Comments

No comments written yet.

Please login to write comment.