Color Hex Logo

#9042af Color Hex

#9042AF
(144,66,175)
0 Favorites   0 Comments

Color spaces of #9042af

RGB 14466175
HSL0.790.450.47
HSV283°62°69°
CMYK 0.180.620.00   0.31
XYZ21.187712.920941.9347
Yxy12.92090.27860.1699
Hunter Lab35.945742.3096-44.0066
CIE-Lab42.643850.3942-44.4028

#9042af color RGB value is (144,66,175).

#9042af hex color red value is 144, green value is 66 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9042af hue: 0.79 , saturation: 0.45 and the lightness value of 9042af is 0.47.

The process color (four color CMYK) of #9042af color hex is 0.18, 0.62, 0.00, 0.31. Web safe color of #9042af is #993399. Color #9042af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01000010 10101111
Octal 220 102 257
Decimal 144 66 175
Hex 90 42 AF

RGB Percentages of Color #9042af

%37.40
%17.14
%45.45

CMYK Percentages of Color #9042af

%18
%62
%0
%31

Triadic Colors of #9042af

#9042af #af9042 #42af90

Analogous Colors of #9042af

#9042af #af4298 #5942af

Monochromatic Colors of #9042af

#9042af

Complementary Color

#9042af #61af42

#9042af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9042af Color Preview on White Background

Lorem ipsum dolor sit amet.

#9042af Color CSS Codes

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

#9042af Text Font Color

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

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


#9042af Background Color

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

This div background color is #9042af


#9042af Border Color

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

This div border color is #9042af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,66,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9042af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9042af;
  -webkit-box-shadow: 1px 1px 3px 2px #9042af;
  box-shadow:         1px 1px 3px 2px #9042af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9042af


Comments

No comments written yet.

Please login to write comment.