Color Hex Logo

#9d35ef Color Hex

#9D35EF
(157,53,239)
0 Favorites   0 Comments

Color spaces of #9d35ef

RGB 15753239
HSL0.760.850.57
HSV274°78°94°
CMYK 0.340.780.00   0.06
XYZ30.757715.946383.1182
Yxy15.94630.23690.1228
Hunter Lab39.932867.6047-95.4562
CIE-Lab46.904072.1370-74.3305

#9d35ef color RGB value is (157,53,239).

#9d35ef hex color red value is 157, green value is 53 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9d35ef hue: 0.76 , saturation: 0.85 and the lightness value of 9d35ef is 0.57.

The process color (four color CMYK) of #9d35ef color hex is 0.34, 0.78, 0.00, 0.06. Web safe color of #9d35ef is #9933ff. Color #9d35ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 00110101 11101111
Octal 235 65 357
Decimal 157 53 239
Hex 9D 35 EF

RGB Percentages of Color #9d35ef

%34.97
%11.80
%53.23

CMYK Percentages of Color #9d35ef

%34
%78
%0
%6

Triadic Colors of #9d35ef

#9d35ef #ef9d35 #35ef9d

Analogous Colors of #9d35ef

#9d35ef #ef35e4 #4035ef

Monochromatic Colors of #9d35ef

#9d35ef

Complementary Color

#9d35ef #87ef35

#9d35ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d35ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d35ef Color CSS Codes

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

#9d35ef Text Font Color

<p style="color:#9d35ef">Text here</p>

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


#9d35ef Background Color

<div style="background-color:#9d35ef">
Div content here</div>

This div background color is #9d35ef


#9d35ef Border Color

<div style="border:3px solid #9d35ef">
Div here</div>

This div border color is #9d35ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,53,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d35ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d35ef;
  -webkit-box-shadow: 1px 1px 3px 2px #9d35ef;
  box-shadow:         1px 1px 3px 2px #9d35ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,53,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d35ef


Comments

No comments written yet.

Please login to write comment.