Color Hex Logo

#b450c4 Color Hex

#B450C4
(180,80,196)
0 Favorites   0 Comments

Color spaces of #b450c4

RGB 18080196
HSL0.810.500.54
HSV292°59°77°
CMYK 0.080.590.00   0.23
XYZ31.654919.426154.3058
Yxy19.42610.30040.1843
Hunter Lab44.075051.0682-42.1999
CIE-Lab51.182057.0028-42.7770

#b450c4 color RGB value is (180,80,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010000 11000100
Octal 264 120 304
Decimal 180 80 196
Hex B4 50 C4

RGB Percentages of Color #b450c4

%39.47
%17.54
%42.98

CMYK Percentages of Color #b450c4

%8
%59
%0
%23

Triadic Colors of #b450c4

#b450c4 #c4b450 #50c4b4

Analogous Colors of #b450c4

#b450c4 #c4509a #7a50c4

Monochromatic Colors of #b450c4

#b450c4

Complementary Color

#b450c4 #60c450

#b450c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b450c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b450c4 Color CSS Codes

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

#b450c4 Text Font Color

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

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


#b450c4 Background Color

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

This div background color is #b450c4


#b450c4 Border Color

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

This div border color is #b450c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b450c4


Comments

No comments written yet.

Please login to write comment.