Color Hex Logo

#915cee Color Hex

#915CEE
(145,92,238)
0 Favorites   0 Comments

Color spaces of #915cee

RGB 14592238
HSL0.730.810.65
HSV262°61°93°
CMYK 0.390.610.00   0.07
XYZ30.936819.847183.0892
Yxy19.84710.23110.1483
Hunter Lab44.550145.9926-79.3952
CIE-Lab51.663952.2850-66.1025

#915cee color RGB value is (145,92,238).

#915cee hex color red value is 145, green value is 92 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #915cee hue: 0.73 , saturation: 0.81 and the lightness value of 915cee is 0.65.

The process color (four color CMYK) of #915cee color hex is 0.39, 0.61, 0.00, 0.07. Web safe color of #915cee is #9966ff. Color #915cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01011100 11101110
Octal 221 134 356
Decimal 145 92 238
Hex 91 5C EE

RGB Percentages of Color #915cee

%30.53
%19.37
%50.11

CMYK Percentages of Color #915cee

%39
%61
%0
%7

Triadic Colors of #915cee

#915cee #ee915c #5cee91

Analogous Colors of #915cee

#915cee #da5cee #5c70ee

Monochromatic Colors of #915cee

#915cee

Complementary Color

#915cee #b9ee5c

#915cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#915cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#915cee Color CSS Codes

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

#915cee Text Font Color

<p style="color:#915cee">Text here</p>

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


#915cee Background Color

<div style="background-color:#915cee">
Div content here</div>

This div background color is #915cee


#915cee Border Color

<div style="border:3px solid #915cee">
Div here</div>

This div border color is #915cee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,92,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #915cee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #915cee;
  -webkit-box-shadow: 1px 1px 3px 2px #915cee;
  box-shadow:         1px 1px 3px 2px #915cee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,92,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #915cee


Comments

No comments written yet.

Please login to write comment.