Color Hex Logo

#942abb Color Hex

#942ABB
(148,42,187)
0 Favorites   0 Comments

Color spaces of #942abb

RGB 14842187
HSL0.790.630.45
HSV284°78°73°
CMYK 0.210.780.00   0.27
XYZ22.010311.539748.0810
Yxy11.53970.26960.1414
Hunter Lab33.970156.2079-60.1394
CIE-Lab40.475063.6163-54.9298

#942abb color RGB value is (148,42,187).

#942abb hex color red value is 148, green value is 42 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #942abb hue: 0.79 , saturation: 0.63 and the lightness value of 942abb is 0.45.

The process color (four color CMYK) of #942abb color hex is 0.21, 0.78, 0.00, 0.27. Web safe color of #942abb is #9933cc. Color #942abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00101010 10111011
Octal 224 52 273
Decimal 148 42 187
Hex 94 2A BB

RGB Percentages of Color #942abb

%39.26
%11.14
%49.60

CMYK Percentages of Color #942abb

%21
%78
%0
%27

Triadic Colors of #942abb

#942abb #bb942a #2abb94

Analogous Colors of #942abb

#942abb #bb2a9a #4b2abb

Monochromatic Colors of #942abb

#942abb

Complementary Color

#942abb #51bb2a

#942abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#942abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#942abb Color CSS Codes

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

#942abb Text Font Color

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

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


#942abb Background Color

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

This div background color is #942abb


#942abb Border Color

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

This div border color is #942abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,42,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #942abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #942abb;
  -webkit-box-shadow: 1px 1px 3px 2px #942abb;
  box-shadow:         1px 1px 3px 2px #942abb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,42,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #942abb


Comments

No comments written yet.

Please login to write comment.