Color Hex Logo

#9242ca Color Hex

#9242CA
(146,66,202)
0 Favorites   0 Comments

Color spaces of #9242ca

RGB 14666202
HSL0.760.560.53
HSV275°67°79°
CMYK 0.280.670.00   0.21
XYZ24.462914.271757.3425
Yxy14.27170.25460.1485
Hunter Lab37.777949.4755-63.5508
CIE-Lab44.620156.7549-56.9936

#9242ca color RGB value is (146,66,202).

#9242ca hex color red value is 146, green value is 66 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9242ca hue: 0.76 , saturation: 0.56 and the lightness value of 9242ca is 0.53.

The process color (four color CMYK) of #9242ca color hex is 0.28, 0.67, 0.00, 0.21. Web safe color of #9242ca is #9933cc. Color #9242ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01000010 11001010
Octal 222 102 312
Decimal 146 66 202
Hex 92 42 CA

RGB Percentages of Color #9242ca

%35.27
%15.94
%48.79

CMYK Percentages of Color #9242ca

%28
%67
%0
%21

Triadic Colors of #9242ca

#9242ca #ca9242 #42ca92

Analogous Colors of #9242ca

#9242ca #ca42be #4e42ca

Monochromatic Colors of #9242ca

#9242ca

Complementary Color

#9242ca #7aca42

#9242ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9242ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9242ca Color CSS Codes

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

#9242ca Text Font Color

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

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


#9242ca Background Color

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

This div background color is #9242ca


#9242ca Border Color

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

This div border color is #9242ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,66,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9242ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9242ca;
  -webkit-box-shadow: 1px 1px 3px 2px #9242ca;
  box-shadow:         1px 1px 3px 2px #9242ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9242ca


Comments

No comments written yet.

Please login to write comment.