Color Hex Logo

#b468cd Color Hex

#B468CD
(180,104,205)
0 Favorites   0 Comments

Color spaces of #b468cd

RGB 180104205
HSL0.790.500.61
HSV285°49°80°
CMYK 0.120.490.00   0.20
XYZ34.792224.011760.5586
Yxy24.01170.29150.2012
Hunter Lab49.001740.9855-38.9721
CIE-Lab56.099546.8979-40.1663

#b468cd color RGB value is (180,104,205).

#b468cd hex color red value is 180, green value is 104 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b468cd hue: 0.79 , saturation: 0.50 and the lightness value of b468cd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101000 11001101
Octal 264 150 315
Decimal 180 104 205
Hex B4 68 CD

RGB Percentages of Color #b468cd

%36.81
%21.27
%41.92

CMYK Percentages of Color #b468cd

%12
%49
%0
%20

Triadic Colors of #b468cd

#b468cd #cdb468 #68cdb4

Analogous Colors of #b468cd

#b468cd #cd68b4 #8268cd

Monochromatic Colors of #b468cd

#b468cd

Complementary Color

#b468cd #81cd68

#b468cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b468cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b468cd Color CSS Codes

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

#b468cd Text Font Color

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

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


#b468cd Background Color

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

This div background color is #b468cd


#b468cd Border Color

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

This div border color is #b468cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b468cd


Comments

No comments written yet.

Please login to write comment.