Color Hex Logo

#9618be Color Hex

#9618BE
(150,24,190)
0 Favorites   0 Comments

Color spaces of #9618be

RGB 15024190
HSL0.790.780.42
HSV286°87°75°
CMYK 0.210.870.00   0.25
XYZ22.198610.855049.6404
Yxy10.85500.26840.1313
Hunter Lab32.946962.6105-66.2681
CIE-Lab39.335269.4024-58.5240

#9618be color RGB value is (150,24,190).

#9618be hex color red value is 150, green value is 24 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9618be hue: 0.79 , saturation: 0.78 and the lightness value of 9618be is 0.42.

The process color (four color CMYK) of #9618be color hex is 0.21, 0.87, 0.00, 0.25. Web safe color of #9618be is #9900cc. Color #9618be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011000 10111110
Octal 226 30 276
Decimal 150 24 190
Hex 96 18 BE

RGB Percentages of Color #9618be

%41.21
%6.59
%52.20

CMYK Percentages of Color #9618be

%21
%87
%0
%25

Triadic Colors of #9618be

#9618be #be9618 #18be96

Analogous Colors of #9618be

#9618be #be1893 #4318be

Monochromatic Colors of #9618be

#9618be

Complementary Color

#9618be #40be18

#9618be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9618be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9618be Color CSS Codes

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

#9618be Text Font Color

<p style="color:#9618be">Text here</p>

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


#9618be Background Color

<div style="background-color:#9618be">
Div content here</div>

This div background color is #9618be


#9618be Border Color

<div style="border:3px solid #9618be">
Div here</div>

This div border color is #9618be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,24,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9618be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9618be;
  -webkit-box-shadow: 1px 1px 3px 2px #9618be;
  box-shadow:         1px 1px 3px 2px #9618be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9618be


Comments

No comments written yet.

Please login to write comment.