Color Hex Logo

#691ecd Color Hex

#691ECD
(105,30,205)
0 Favorites   0 Comments

Color spaces of #691ecd

RGB 10530205
HSL0.740.740.46
HSV266°85°80°
CMYK 0.490.850.00   0.20
XYZ17.30948.339658.4550
Yxy8.33960.20580.0992
Hunter Lab28.878456.4540-99.7988
CIE-Lab34.680464.9619-75.1689

#691ecd color RGB value is (105,30,205).

#691ecd hex color red value is 105, green value is 30 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #691ecd hue: 0.74 , saturation: 0.74 and the lightness value of 691ecd is 0.46.

The process color (four color CMYK) of #691ecd color hex is 0.49, 0.85, 0.00, 0.20. Web safe color of #691ecd is #6633cc. Color #691ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00011110 11001101
Octal 151 36 315
Decimal 105 30 205
Hex 69 1E CD

RGB Percentages of Color #691ecd

%30.88
%8.82
%60.29

CMYK Percentages of Color #691ecd

%49
%85
%0
%20

Triadic Colors of #691ecd

#691ecd #cd691e #1ecd69

Analogous Colors of #691ecd

#691ecd #c11ecd #1e2bcd

Monochromatic Colors of #691ecd

#691ecd

Complementary Color

#691ecd #82cd1e

#691ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#691ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#691ecd Color CSS Codes

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

#691ecd Text Font Color

<p style="color:#691ecd">Text here</p>

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


#691ecd Background Color

<div style="background-color:#691ecd">
Div content here</div>

This div background color is #691ecd


#691ecd Border Color

<div style="border:3px solid #691ecd">
Div here</div>

This div border color is #691ecd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,30,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #691ecd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #691ecd;
  -webkit-box-shadow: 1px 1px 3px 2px #691ecd;
  box-shadow:         1px 1px 3px 2px #691ecd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,30,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #691ecd


Comments

No comments written yet.

Please login to write comment.