Color Hex Logo

#695ddd Color Hex

#695DDD
(105,93,221)
0 Favorites   0 Comments

Color spaces of #695ddd

RGB 10593221
HSL0.680.650.62
HSV246°58°87°
CMYK 0.520.580.00   0.13
XYZ22.791216.052470.3038
Yxy16.05240.20880.1471
Hunter Lab40.065431.4251-75.9918
CIE-Lab47.043238.8943-64.1682

#695ddd color RGB value is (105,93,221).

#695ddd hex color red value is 105, green value is 93 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #695ddd hue: 0.68 , saturation: 0.65 and the lightness value of 695ddd is 0.62.

The process color (four color CMYK) of #695ddd color hex is 0.52, 0.58, 0.00, 0.13. Web safe color of #695ddd is #6666cc. Color #695ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011101 11011101
Octal 151 135 335
Decimal 105 93 221
Hex 69 5D DD

RGB Percentages of Color #695ddd

%25.06
%22.20
%52.74

CMYK Percentages of Color #695ddd

%52
%58
%0
%13

Triadic Colors of #695ddd

#695ddd #dd695d #5ddd69

Analogous Colors of #695ddd

#695ddd #a95ddd #5d91dd

Monochromatic Colors of #695ddd

#695ddd

Complementary Color

#695ddd #d1dd5d

#695ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#695ddd Color CSS Codes

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

#695ddd Text Font Color

<p style="color:#695ddd">Text here</p>

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


#695ddd Background Color

<div style="background-color:#695ddd">
Div content here</div>

This div background color is #695ddd


#695ddd Border Color

<div style="border:3px solid #695ddd">
Div here</div>

This div border color is #695ddd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,93,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #695ddd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #695ddd;
  -webkit-box-shadow: 1px 1px 3px 2px #695ddd;
  box-shadow:         1px 1px 3px 2px #695ddd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,93,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 #695ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695ddd


Comments

No comments written yet.

Please login to write comment.