Color Hex Logo

#b469cb Color Hex

#B469CB
(180,105,203)
0 Favorites   0 Comments

Color spaces of #b469cb

RGB 180105203
HSL0.790.490.60
HSV286°48°80°
CMYK 0.110.480.00   0.20
XYZ34.653524.118259.3288
Yxy24.11820.29340.2042
Hunter Lab49.110340.0113-37.2494
CIE-Lab56.205945.9632-38.8618

#b469cb color RGB value is (180,105,203).

#b469cb hex color red value is 180, green value is 105 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b469cb hue: 0.79 , saturation: 0.49 and the lightness value of b469cb is 0.60.

The process color (four color CMYK) of #b469cb color hex is 0.11, 0.48, 0.00, 0.20. Web safe color of #b469cb is #cc66cc. Color #b469cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101001 11001011
Octal 264 151 313
Decimal 180 105 203
Hex B4 69 CB

RGB Percentages of Color #b469cb

%36.89
%21.52
%41.60

CMYK Percentages of Color #b469cb

%11
%48
%0
%20

Triadic Colors of #b469cb

#b469cb #cbb469 #69cbb4

Analogous Colors of #b469cb

#b469cb #cb69b1 #8369cb

Monochromatic Colors of #b469cb

#b469cb

Complementary Color

#b469cb #80cb69

#b469cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b469cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b469cb Color CSS Codes

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

#b469cb Text Font Color

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

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


#b469cb Background Color

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

This div background color is #b469cb


#b469cb Border Color

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

This div border color is #b469cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b469cb


Comments

No comments written yet.

Please login to write comment.