Color Hex Logo

#b492dc Color Hex

#B492DC
(180,146,220)
0 Favorites   0 Comments

Color spaces of #b492dc

RGB 180146220
HSL0.740.510.72
HSV268°34°86°
CMYK 0.180.340.00   0.14
XYZ42.019535.428472.3338
Yxy35.42840.28050.2365
Hunter Lab59.521821.8493-30.3869
CIE-Lab66.080827.1002-32.9927

#b492dc color RGB value is (180,146,220).

#b492dc hex color red value is 180, green value is 146 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b492dc hue: 0.74 , saturation: 0.51 and the lightness value of b492dc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010010 11011100
Octal 264 222 334
Decimal 180 146 220
Hex B4 92 DC

RGB Percentages of Color #b492dc

%32.97
%26.74
%40.29

CMYK Percentages of Color #b492dc

%18
%34
%0
%14

Triadic Colors of #b492dc

#b492dc #dcb492 #92dcb4

Analogous Colors of #b492dc

#b492dc #d992dc #9295dc

Monochromatic Colors of #b492dc

#b492dc

Complementary Color

#b492dc #badc92

#b492dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b492dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b492dc Color CSS Codes

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

#b492dc Text Font Color

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

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


#b492dc Background Color

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

This div background color is #b492dc


#b492dc Border Color

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

This div border color is #b492dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b492dc


Comments

No comments written yet.

Please login to write comment.