Color Hex Logo

#b469c4 Color Hex

#B469C4
(180,105,196)
0 Favorites   0 Comments

Color spaces of #b469c4

RGB 180105196
HSL0.800.440.59
HSV289°46°77°
CMYK 0.080.460.00   0.23
XYZ33.837823.792055.0334
Yxy23.79200.30030.2112
Hunter Lab48.777038.4699-32.7509
CIE-Lab55.878944.5478-35.3841

#b469c4 color RGB value is (180,105,196).

#b469c4 hex color red value is 180, green value is 105 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #b469c4 hue: 0.80 , saturation: 0.44 and the lightness value of b469c4 is 0.59.

The process color (four color CMYK) of #b469c4 color hex is 0.08, 0.46, 0.00, 0.23. Web safe color of #b469c4 is #cc66cc. Color #b469c4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101001 11000100
Octal 264 151 304
Decimal 180 105 196
Hex B4 69 C4

RGB Percentages of Color #b469c4

%37.42
%21.83
%40.75

CMYK Percentages of Color #b469c4

%8
%46
%0
%23

Triadic Colors of #b469c4

#b469c4 #c4b469 #69c4b4

Analogous Colors of #b469c4

#b469c4 #c469a7 #8769c4

Monochromatic Colors of #b469c4

#b469c4

Complementary Color

#b469c4 #79c469

#b469c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b469c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b469c4 Color CSS Codes

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

#b469c4 Text Font Color

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

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


#b469c4 Background Color

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

This div background color is #b469c4


#b469c4 Border Color

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

This div border color is #b469c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b469c4


Comments

No comments written yet.

Please login to write comment.