Color Hex Logo

#691ddf Color Hex

#691DDF
(105,29,223)
0 Favorites   0 Comments

Color spaces of #691ddf

RGB 10529223
HSL0.730.770.49
HSV264°87°87°
CMYK 0.530.870.00   0.13
XYZ19.58439.209770.5575
Yxy9.20970.19710.0927
Hunter Lab30.347562.0842-116.6052
CIE-Lab36.384969.5231-82.7522

#691ddf color RGB value is (105,29,223).

#691ddf hex color red value is 105, green value is 29 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #691ddf hue: 0.73 , saturation: 0.77 and the lightness value of 691ddf is 0.49.

The process color (four color CMYK) of #691ddf color hex is 0.53, 0.87, 0.00, 0.13. Web safe color of #691ddf is #6633cc. Color #691ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00011101 11011111
Octal 151 35 337
Decimal 105 29 223
Hex 69 1D DF

RGB Percentages of Color #691ddf

%29.41
%8.12
%62.46

CMYK Percentages of Color #691ddf

%53
%87
%0
%13

Triadic Colors of #691ddf

#691ddf #df691d #1ddf69

Analogous Colors of #691ddf

#691ddf #ca1ddf #1d32df

Monochromatic Colors of #691ddf

#691ddf

Complementary Color

#691ddf #93df1d

#691ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#691ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#691ddf Color CSS Codes

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

#691ddf Text Font Color

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

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


#691ddf Background Color

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

This div background color is #691ddf


#691ddf Border Color

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

This div border color is #691ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #691ddf


Comments

No comments written yet.

Please login to write comment.