Color Hex Logo

#919edd Color Hex

#919EDD
(145,158,221)
0 Favorites   0 Comments

Color spaces of #919edd

RGB 145158221
HSL0.640.530.72
HSV230°34°87°
CMYK 0.340.290.00   0.13
XYZ36.955135.693973.3485
Yxy35.69390.25310.2445
Hunter Lab59.74445.8592-30.9696
CIE-Lab66.285410.2565-33.4523

#919edd color RGB value is (145,158,221).

#919edd hex color red value is 145, green value is 158 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #919edd hue: 0.64 , saturation: 0.53 and the lightness value of 919edd is 0.72.

The process color (four color CMYK) of #919edd color hex is 0.34, 0.29, 0.00, 0.13. Web safe color of #919edd is #9999cc. Color #919edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 10011110 11011101
Octal 221 236 335
Decimal 145 158 221
Hex 91 9E DD

RGB Percentages of Color #919edd

%27.67
%30.15
%42.18

CMYK Percentages of Color #919edd

%34
%29
%0
%13

Triadic Colors of #919edd

#919edd #dd919e #9edd91

Analogous Colors of #919edd

#919edd #aa91dd #91c4dd

Monochromatic Colors of #919edd

#919edd

Complementary Color

#919edd #ddd091

#919edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#919edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#919edd Color CSS Codes

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

#919edd Text Font Color

<p style="color:#919edd">Text here</p>

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


#919edd Background Color

<div style="background-color:#919edd">
Div content here</div>

This div background color is #919edd


#919edd Border Color

<div style="border:3px solid #919edd">
Div here</div>

This div border color is #919edd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,158,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #919edd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #919edd;
  -webkit-box-shadow: 1px 1px 3px 2px #919edd;
  box-shadow:         1px 1px 3px 2px #919edd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #919edd


Comments

No comments written yet.

Please login to write comment.