Color Hex Logo

#b492ef Color Hex

#B492EF
(180,146,239)
0 Favorites   0 Comments

Color spaces of #b492ef

RGB 180146239
HSL0.730.740.75
HSV262°39°94°
CMYK 0.250.390.00   0.06
XYZ44.681336.493186.3503
Yxy36.49310.26670.2178
Hunter Lab60.409526.3091-42.4634
CIE-Lab66.895031.4698-42.2024

#b492ef color RGB value is (180,146,239).

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

The process color (four color CMYK) of #b492ef color hex is 0.25, 0.39, 0.00, 0.06. Web safe color of #b492ef is #cc99ff. Color #b492ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010010 11101111
Octal 264 222 357
Decimal 180 146 239
Hex B4 92 EF

RGB Percentages of Color #b492ef

%31.86
%25.84
%42.30

CMYK Percentages of Color #b492ef

%25
%39
%0
%6

Triadic Colors of #b492ef

#b492ef #efb492 #92efb4

Analogous Colors of #b492ef

#b492ef #e392ef #929fef

Monochromatic Colors of #b492ef

#b492ef

Complementary Color

#b492ef #cdef92

#b492ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b492ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b492ef Color CSS Codes

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

#b492ef Text Font Color

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

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


#b492ef Background Color

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

This div background color is #b492ef


#b492ef Border Color

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

This div border color is #b492ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b492ef


Comments

No comments written yet.

Please login to write comment.