Color Hex Logo

#9421d2 Color Hex

#9421D2
(148,33,210)
0 Favorites   0 Comments

Color spaces of #9421d2

RGB 14833210
HSL0.770.730.48
HSV279°84°82°
CMYK 0.300.840.00   0.18
XYZ24.389512.036862.0106
Yxy12.03680.24780.1223
Hunter Lab34.694164.7685-81.6863
CIE-Lab41.274570.8569-67.0307

#9421d2 color RGB value is (148,33,210).

#9421d2 hex color red value is 148, green value is 33 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #9421d2 hue: 0.77 , saturation: 0.73 and the lightness value of 9421d2 is 0.48.

The process color (four color CMYK) of #9421d2 color hex is 0.30, 0.84, 0.00, 0.18. Web safe color of #9421d2 is #9933cc. Color #9421d2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00100001 11010010
Octal 224 41 322
Decimal 148 33 210
Hex 94 21 D2

RGB Percentages of Color #9421d2

%37.85
%8.44
%53.71

CMYK Percentages of Color #9421d2

%30
%84
%0
%18

Triadic Colors of #9421d2

#9421d2 #d29421 #21d294

Analogous Colors of #9421d2

#9421d2 #d221b8 #3c21d2

Monochromatic Colors of #9421d2

#9421d2

Complementary Color

#9421d2 #5fd221

#9421d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9421d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9421d2 Color CSS Codes

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

#9421d2 Text Font Color

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

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


#9421d2 Background Color

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

This div background color is #9421d2


#9421d2 Border Color

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

This div border color is #9421d2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,33,210, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9421d2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9421d2;
  -webkit-box-shadow: 1px 1px 3px 2px #9421d2;
  box-shadow:         1px 1px 3px 2px #9421d2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9421d2


Comments

No comments written yet.

Please login to write comment.