Color Hex Logo

#907edc Color Hex

#907EDC
(144,126,220)
0 Favorites   0 Comments

Color spaces of #907edc

RGB 144126220
HSL0.700.570.68
HSV251°43°86°
CMYK 0.350.430.00   0.14
XYZ31.880726.018371.0519
Yxy26.01830.24720.2018
Hunter Lab51.008122.3004-46.8824
CIE-Lab58.054428.2026-45.7943

#907edc color RGB value is (144,126,220).

#907edc hex color red value is 144, green value is 126 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #907edc hue: 0.70 , saturation: 0.57 and the lightness value of 907edc is 0.68.

The process color (four color CMYK) of #907edc color hex is 0.35, 0.43, 0.00, 0.14. Web safe color of #907edc is #9966cc. Color #907edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01111110 11011100
Octal 220 176 334
Decimal 144 126 220
Hex 90 7E DC

RGB Percentages of Color #907edc

%29.39
%25.71
%44.90

CMYK Percentages of Color #907edc

%35
%43
%0
%14

Triadic Colors of #907edc

#907edc #dc907e #7edc90

Analogous Colors of #907edc

#907edc #bf7edc #7e9bdc

Monochromatic Colors of #907edc

#907edc

Complementary Color

#907edc #cadc7e

#907edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#907edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#907edc Color CSS Codes

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

#907edc Text Font Color

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

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


#907edc Background Color

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

This div background color is #907edc


#907edc Border Color

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

This div border color is #907edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #907edc


Comments

No comments written yet.

Please login to write comment.