Color Hex Logo

#b564cd Color Hex

#B564CD
(181,100,205)
0 Favorites   0 Comments

Color spaces of #b564cd

RGB 181100205
HSL0.800.510.60
HSV286°51°80°
CMYK 0.120.510.00   0.20
XYZ34.632723.345960.4385
Yxy23.34590.29250.1971
Hunter Lab48.317643.3880-40.3411
CIE-Lab55.426949.2499-41.2172

#b564cd color RGB value is (181,100,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100100 11001101
Octal 265 144 315
Decimal 181 100 205
Hex B5 64 CD

RGB Percentages of Color #b564cd

%37.24
%20.58
%42.18

CMYK Percentages of Color #b564cd

%12
%51
%0
%20

Triadic Colors of #b564cd

#b564cd #cdb564 #64cdb5

Analogous Colors of #b564cd

#b564cd #cd64b1 #8164cd

Monochromatic Colors of #b564cd

#b564cd

Complementary Color

#b564cd #7ccd64

#b564cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b564cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b564cd Color CSS Codes

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

#b564cd Text Font Color

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

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


#b564cd Background Color

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

This div background color is #b564cd


#b564cd Border Color

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

This div border color is #b564cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b564cd


Comments

No comments written yet.

Please login to write comment.