Color Hex Logo

#b490dc Color Hex

#B490DC
(180,144,220)
0 Favorites   0 Comments

Color spaces of #b490dc

RGB 180144220
HSL0.750.520.71
HSV268°35°86°
CMYK 0.180.350.00   0.14
XYZ41.713934.817172.2320
Yxy34.81710.28040.2340
Hunter Lab59.006022.9288-31.2754
CIE-Lab65.606028.2212-33.7294

#b490dc color RGB value is (180,144,220).

#b490dc hex color red value is 180, green value is 144 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b490dc hue: 0.75 , saturation: 0.52 and the lightness value of b490dc is 0.71.

The process color (four color CMYK) of #b490dc color hex is 0.18, 0.35, 0.00, 0.14. Web safe color of #b490dc is #cc99cc. Color #b490dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010000 11011100
Octal 264 220 334
Decimal 180 144 220
Hex B4 90 DC

RGB Percentages of Color #b490dc

%33.09
%26.47
%40.44

CMYK Percentages of Color #b490dc

%18
%35
%0
%14

Triadic Colors of #b490dc

#b490dc #dcb490 #90dcb4

Analogous Colors of #b490dc

#b490dc #da90dc #9092dc

Monochromatic Colors of #b490dc

#b490dc

Complementary Color

#b490dc #b8dc90

#b490dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b490dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b490dc Color CSS Codes

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

#b490dc Text Font Color

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

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


#b490dc Background Color

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

This div background color is #b490dc


#b490dc Border Color

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

This div border color is #b490dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b490dc


Comments

No comments written yet.

Please login to write comment.