Color Hex Logo

#9052ef Color Hex

#9052EF
(144,82,239)
0 Favorites   0 Comments

Color spaces of #9052ef

RGB 14482239
HSL0.730.830.63
HSV264°66°94°
CMYK 0.400.660.00   0.06
XYZ30.098918.195983.5871
Yxy18.19590.22820.1380
Hunter Lab42.656751.3020-86.3210
CIE-Lab49.732957.4749-69.7962

#9052ef color RGB value is (144,82,239).

#9052ef hex color red value is 144, green value is 82 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9052ef hue: 0.73 , saturation: 0.83 and the lightness value of 9052ef is 0.63.

The process color (four color CMYK) of #9052ef color hex is 0.40, 0.66, 0.00, 0.06. Web safe color of #9052ef is #9966ff. Color #9052ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01010010 11101111
Octal 220 122 357
Decimal 144 82 239
Hex 90 52 EF

RGB Percentages of Color #9052ef

%30.97
%17.63
%51.40

CMYK Percentages of Color #9052ef

%40
%66
%0
%6

Triadic Colors of #9052ef

#9052ef #ef9052 #52ef90

Analogous Colors of #9052ef

#9052ef #df52ef #5262ef

Monochromatic Colors of #9052ef

#9052ef

Complementary Color

#9052ef #b1ef52

#9052ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9052ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9052ef Color CSS Codes

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

#9052ef Text Font Color

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

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


#9052ef Background Color

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

This div background color is #9052ef


#9052ef Border Color

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

This div border color is #9052ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,82,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9052ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9052ef;
  -webkit-box-shadow: 1px 1px 3px 2px #9052ef;
  box-shadow:         1px 1px 3px 2px #9052ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,82,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 #9052ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9052ef


Comments

No comments written yet.

Please login to write comment.