Color Hex Logo

#b490fc Color Hex

#B490FC
(180,144,252)
0 Favorites   0 Comments

Color spaces of #b490fc

RGB 180144252
HSL0.720.950.78
HSV260°43°99°
CMYK 0.290.430.00   0.01
XYZ46.366336.678196.7313
Yxy36.67810.25790.2040
Hunter Lab60.562430.6744-52.3052
CIE-Lab67.034835.6939-49.1010

#b490fc color RGB value is (180,144,252).

#b490fc hex color red value is 180, green value is 144 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b490fc hue: 0.72 , saturation: 0.95 and the lightness value of b490fc is 0.78.

The process color (four color CMYK) of #b490fc color hex is 0.29, 0.43, 0.00, 0.01. Web safe color of #b490fc is #cc99ff. Color #b490fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010000 11111100
Octal 264 220 374
Decimal 180 144 252
Hex B4 90 FC

RGB Percentages of Color #b490fc

%31.25
%25.00
%43.75

CMYK Percentages of Color #b490fc

%29
%43
%0
%1

Triadic Colors of #b490fc

#b490fc #fcb490 #90fcb4

Analogous Colors of #b490fc

#b490fc #ea90fc #90a2fc

Monochromatic Colors of #b490fc

#b490fc

Complementary Color

#b490fc #d8fc90

#b490fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b490fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b490fc Color CSS Codes

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

#b490fc Text Font Color

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

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


#b490fc Background Color

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

This div background color is #b490fc


#b490fc Border Color

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

This div border color is #b490fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b490fc


Comments

No comments written yet.

Please login to write comment.