Color Hex Logo

#9135dc Color Hex

#9135DC
(145,53,220)
0 Favorites   0 Comments

Color spaces of #9135dc

RGB 14553220
HSL0.760.700.54
HSV273°76°86°
CMYK 0.340.760.00   0.14
XYZ25.868413.733368.9975
Yxy13.73330.23820.1265
Hunter Lab37.058559.7483-84.4485
CIE-Lab43.848066.0609-68.5998

#9135dc color RGB value is (145,53,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 00110101 11011100
Octal 221 65 334
Decimal 145 53 220
Hex 91 35 DC

RGB Percentages of Color #9135dc

%34.69
%12.68
%52.63

CMYK Percentages of Color #9135dc

%34
%76
%0
%14

Triadic Colors of #9135dc

#9135dc #dc9135 #35dc91

Analogous Colors of #9135dc

#9135dc #dc35d4 #3e35dc

Monochromatic Colors of #9135dc

#9135dc

Complementary Color

#9135dc #80dc35

#9135dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9135dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9135dc Color CSS Codes

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

#9135dc Text Font Color

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

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


#9135dc Background Color

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

This div background color is #9135dc


#9135dc Border Color

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

This div border color is #9135dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,53,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 #9135dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9135dc


Comments

No comments written yet.

Please login to write comment.