Color Hex Logo

#9338cb Color Hex

#9338CB
(147,56,203)
0 Favorites   0 Comments

Color spaces of #9338cb

RGB 14756203
HSL0.770.590.51
HSV277°72°80°
CMYK 0.280.720.00   0.20
XYZ24.226313.343257.7985
Yxy13.34320.25400.1399
Hunter Lab36.528354.4600-68.2442
CIE-Lab43.275961.5202-59.7382

#9338cb color RGB value is (147,56,203).

#9338cb hex color red value is 147, green value is 56 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9338cb hue: 0.77 , saturation: 0.59 and the lightness value of 9338cb is 0.51.

The process color (four color CMYK) of #9338cb color hex is 0.28, 0.72, 0.00, 0.20. Web safe color of #9338cb is #9933cc. Color #9338cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00111000 11001011
Octal 223 70 313
Decimal 147 56 203
Hex 93 38 CB

RGB Percentages of Color #9338cb

%36.21
%13.79
%50.00

CMYK Percentages of Color #9338cb

%28
%72
%0
%20

Triadic Colors of #9338cb

#9338cb #cb9338 #38cb93

Analogous Colors of #9338cb

#9338cb #cb38ba #4938cb

Monochromatic Colors of #9338cb

#9338cb

Complementary Color

#9338cb #70cb38

#9338cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9338cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9338cb Color CSS Codes

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

#9338cb Text Font Color

<p style="color:#9338cb">Text here</p>

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


#9338cb Background Color

<div style="background-color:#9338cb">
Div content here</div>

This div background color is #9338cb


#9338cb Border Color

<div style="border:3px solid #9338cb">
Div here</div>

This div border color is #9338cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,56,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9338cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9338cb;
  -webkit-box-shadow: 1px 1px 3px 2px #9338cb;
  box-shadow:         1px 1px 3px 2px #9338cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,56,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9338cb


Comments

No comments written yet.

Please login to write comment.