Color Hex Logo

#b448ca Color Hex

#B448CA
(180,72,202)
0 Favorites   0 Comments

Color spaces of #b448ca

RGB 18072202
HSL0.810.550.54
HSV290°64°79°
CMYK 0.110.640.00   0.21
XYZ31.800418.602357.7916
Yxy18.60230.29390.1719
Hunter Lab43.130456.1314-49.2531
CIE-Lab50.218661.6856-47.7615

#b448ca color RGB value is (180,72,202).

#b448ca hex color red value is 180, green value is 72 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b448ca hue: 0.81 , saturation: 0.55 and the lightness value of b448ca is 0.54.

The process color (four color CMYK) of #b448ca color hex is 0.11, 0.64, 0.00, 0.21. Web safe color of #b448ca is #cc33cc. Color #b448ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001000 11001010
Octal 264 110 312
Decimal 180 72 202
Hex B4 48 CA

RGB Percentages of Color #b448ca

%39.65
%15.86
%44.49

CMYK Percentages of Color #b448ca

%11
%64
%0
%21

Triadic Colors of #b448ca

#b448ca #cab448 #48cab4

Analogous Colors of #b448ca

#b448ca #ca489f #7348ca

Monochromatic Colors of #b448ca

#b448ca

Complementary Color

#b448ca #5eca48

#b448ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b448ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b448ca Color CSS Codes

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

#b448ca Text Font Color

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

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


#b448ca Background Color

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

This div background color is #b448ca


#b448ca Border Color

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

This div border color is #b448ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b448ca


Comments

No comments written yet.

Please login to write comment.