Color Hex Logo

#b469ca Color Hex

#B469CA
(180,105,202)
0 Favorites   0 Comments

Color spaces of #b469ca

RGB 180105202
HSL0.800.480.60
HSV286°48°79°
CMYK 0.110.480.00   0.21
XYZ34.534624.070758.7031
Yxy24.07070.29440.2052
Hunter Lab49.061939.7876-36.5978
CIE-Lab56.158545.7587-38.3673

#b469ca color RGB value is (180,105,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101001 11001010
Octal 264 151 312
Decimal 180 105 202
Hex B4 69 CA

RGB Percentages of Color #b469ca

%36.96
%21.56
%41.48

CMYK Percentages of Color #b469ca

%11
%48
%0
%21

Triadic Colors of #b469ca

#b469ca #cab469 #69cab4

Analogous Colors of #b469ca

#b469ca #ca69b0 #8469ca

Monochromatic Colors of #b469ca

#b469ca

Complementary Color

#b469ca #7fca69

#b469ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b469ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b469ca Color CSS Codes

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

#b469ca Text Font Color

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

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


#b469ca Background Color

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

This div background color is #b469ca


#b469ca Border Color

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

This div border color is #b469ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b469ca


Comments

No comments written yet.

Please login to write comment.