Color Hex Logo

#907feb Color Hex

#907FEB
(144,127,235)
0 Favorites   0 Comments

Color spaces of #907feb

RGB 144127235
HSL0.690.730.71
HSV249°46°92°
CMYK 0.390.460.00   0.08
XYZ34.086427.106282.0327
Yxy27.10620.23800.1893
Hunter Lab52.063625.7538-56.9742
CIE-Lab59.072531.6481-52.5511

#907feb color RGB value is (144,127,235).

#907feb hex color red value is 144, green value is 127 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #907feb hue: 0.69 , saturation: 0.73 and the lightness value of 907feb is 0.71.

The process color (four color CMYK) of #907feb color hex is 0.39, 0.46, 0.00, 0.08. Web safe color of #907feb is #9966ff. Color #907feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01111111 11101011
Octal 220 177 353
Decimal 144 127 235
Hex 90 7F EB

RGB Percentages of Color #907feb

%28.46
%25.10
%46.44

CMYK Percentages of Color #907feb

%39
%46
%0
%8

Triadic Colors of #907feb

#907feb #eb907f #7feb90

Analogous Colors of #907feb

#907feb #c67feb #7fa4eb

Monochromatic Colors of #907feb

#907feb

Complementary Color

#907feb #daeb7f

#907feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#907feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#907feb Color CSS Codes

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

#907feb Text Font Color

<p style="color:#907feb">Text here</p>

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


#907feb Background Color

<div style="background-color:#907feb">
Div content here</div>

This div background color is #907feb


#907feb Border Color

<div style="border:3px solid #907feb">
Div here</div>

This div border color is #907feb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,127,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #907feb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #907feb;
  -webkit-box-shadow: 1px 1px 3px 2px #907feb;
  box-shadow:         1px 1px 3px 2px #907feb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,127,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #907feb


Comments

No comments written yet.

Please login to write comment.