Color Hex Logo

#b468dd Color Hex

#B468DD
(180,104,221)
0 Favorites   0 Comments

Color spaces of #b468dd

RGB 180104221
HSL0.770.630.64
HSV279°53°87°
CMYK 0.190.530.00   0.13
XYZ36.823924.824471.2574
Yxy24.82440.27710.1868
Hunter Lab49.824144.7333-49.9185
CIE-Lab56.903950.2614-47.9450

#b468dd color RGB value is (180,104,221).

#b468dd hex color red value is 180, green value is 104 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b468dd hue: 0.77 , saturation: 0.63 and the lightness value of b468dd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101000 11011101
Octal 264 150 335
Decimal 180 104 221
Hex B4 68 DD

RGB Percentages of Color #b468dd

%35.64
%20.59
%43.76

CMYK Percentages of Color #b468dd

%19
%53
%0
%13

Triadic Colors of #b468dd

#b468dd #ddb468 #68ddb4

Analogous Colors of #b468dd

#b468dd #dd68cc #7a68dd

Monochromatic Colors of #b468dd

#b468dd

Complementary Color

#b468dd #91dd68

#b468dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b468dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b468dd Color CSS Codes

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

#b468dd Text Font Color

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

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


#b468dd Background Color

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

This div background color is #b468dd


#b468dd Border Color

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

This div border color is #b468dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,104,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b468dd


Comments

No comments written yet.

Please login to write comment.