Color Hex Logo

#9241cd Color Hex

#9241CD
(146,65,205)
0 Favorites   0 Comments

Color spaces of #9241cd

RGB 14665205
HSL0.760.580.53
HSV275°68°80°
CMYK 0.290.680.00   0.20
XYZ24.763814.299459.2125
Yxy14.29940.25200.1455
Hunter Lab37.814550.7197-66.3700
CIE-Lab44.659357.8847-58.6630

#9241cd color RGB value is (146,65,205).

#9241cd hex color red value is 146, green value is 65 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9241cd hue: 0.76 , saturation: 0.58 and the lightness value of 9241cd is 0.53.

The process color (four color CMYK) of #9241cd color hex is 0.29, 0.68, 0.00, 0.20. Web safe color of #9241cd is #9933cc. Color #9241cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01000001 11001101
Octal 222 101 315
Decimal 146 65 205
Hex 92 41 CD

RGB Percentages of Color #9241cd

%35.10
%15.63
%49.28

CMYK Percentages of Color #9241cd

%29
%68
%0
%20

Triadic Colors of #9241cd

#9241cd #cd9241 #41cd92

Analogous Colors of #9241cd

#9241cd #cd41c2 #4c41cd

Monochromatic Colors of #9241cd

#9241cd

Complementary Color

#9241cd #7ccd41

#9241cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9241cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9241cd Color CSS Codes

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

#9241cd Text Font Color

<p style="color:#9241cd">Text here</p>

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


#9241cd Background Color

<div style="background-color:#9241cd">
Div content here</div>

This div background color is #9241cd


#9241cd Border Color

<div style="border:3px solid #9241cd">
Div here</div>

This div border color is #9241cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,65,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9241cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9241cd;
  -webkit-box-shadow: 1px 1px 3px 2px #9241cd;
  box-shadow:         1px 1px 3px 2px #9241cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9241cd


Comments

No comments written yet.

Please login to write comment.