Color Hex Logo

#9638dc Color Hex

#9638DC
(150,56,220)
0 Favorites   0 Comments

Color spaces of #9638dc

RGB 15056220
HSL0.760.700.54
HSV274°75°86°
CMYK 0.320.750.00   0.14
XYZ26.910114.479769.0867
Yxy14.47970.24360.1311
Hunter Lab38.052259.6419-81.0090
CIE-Lab44.913265.7620-66.8373

#9638dc color RGB value is (150,56,220).

#9638dc hex color red value is 150, green value is 56 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9638dc hue: 0.76 , saturation: 0.70 and the lightness value of 9638dc is 0.54.

The process color (four color CMYK) of #9638dc color hex is 0.32, 0.75, 0.00, 0.14. Web safe color of #9638dc is #9933cc. Color #9638dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111000 11011100
Octal 226 70 334
Decimal 150 56 220
Hex 96 38 DC

RGB Percentages of Color #9638dc

%35.21
%13.15
%51.64

CMYK Percentages of Color #9638dc

%32
%75
%0
%14

Triadic Colors of #9638dc

#9638dc #dc9638 #38dc96

Analogous Colors of #9638dc

#9638dc #dc38d0 #4438dc

Monochromatic Colors of #9638dc

#9638dc

Complementary Color

#9638dc #7edc38

#9638dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9638dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9638dc Color CSS Codes

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

#9638dc Text Font Color

<p style="color:#9638dc">Text here</p>

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


#9638dc Background Color

<div style="background-color:#9638dc">
Div content here</div>

This div background color is #9638dc


#9638dc Border Color

<div style="border:3px solid #9638dc">
Div here</div>

This div border color is #9638dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,56,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9638dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9638dc;
  -webkit-box-shadow: 1px 1px 3px 2px #9638dc;
  box-shadow:         1px 1px 3px 2px #9638dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9638dc


Comments

No comments written yet.

Please login to write comment.