Color Hex Logo

#9738ec Color Hex

#9738EC
(151,56,236)
0 Favorites   0 Comments

Color spaces of #9738ec

RGB 15156236
HSL0.750.830.57
HSV272°76°93°
CMYK 0.360.760.00   0.07
XYZ29.317015.463880.7965
Yxy15.46380.23350.1231
Hunter Lab39.324064.2589-94.2924
CIE-Lab46.263069.4541-73.7176

#9738ec color RGB value is (151,56,236).

#9738ec hex color red value is 151, green value is 56 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9738ec hue: 0.75 , saturation: 0.83 and the lightness value of 9738ec is 0.57.

The process color (four color CMYK) of #9738ec color hex is 0.36, 0.76, 0.00, 0.07. Web safe color of #9738ec is #9933ff. Color #9738ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111000 11101100
Octal 227 70 354
Decimal 151 56 236
Hex 97 38 EC

RGB Percentages of Color #9738ec

%34.09
%12.64
%53.27

CMYK Percentages of Color #9738ec

%36
%76
%0
%7

Triadic Colors of #9738ec

#9738ec #ec9738 #38ec97

Analogous Colors of #9738ec

#9738ec #ec38e7 #3d38ec

Monochromatic Colors of #9738ec

#9738ec

Complementary Color

#9738ec #8dec38

#9738ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9738ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9738ec Color CSS Codes

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

#9738ec Text Font Color

<p style="color:#9738ec">Text here</p>

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


#9738ec Background Color

<div style="background-color:#9738ec">
Div content here</div>

This div background color is #9738ec


#9738ec Border Color

<div style="border:3px solid #9738ec">
Div here</div>

This div border color is #9738ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,56,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9738ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9738ec;
  -webkit-box-shadow: 1px 1px 3px 2px #9738ec;
  box-shadow:         1px 1px 3px 2px #9738ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9738ec


Comments

No comments written yet.

Please login to write comment.