Color Hex Logo

#695ecd Color Hex

#695ECD
(105,94,205)
0 Favorites   0 Comments

Color spaces of #695ecd

RGB 10594205
HSL0.680.530.59
HSV246°54°80°
CMYK 0.490.540.00   0.20
XYZ20.847815.416459.6345
Yxy15.41640.21740.1608
Hunter Lab39.263726.0664-62.5662
CIE-Lab46.199333.4388-56.3947

#695ecd color RGB value is (105,94,205).

#695ecd hex color red value is 105, green value is 94 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #695ecd hue: 0.68 , saturation: 0.53 and the lightness value of 695ecd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011110 11001101
Octal 151 136 315
Decimal 105 94 205
Hex 69 5E CD

RGB Percentages of Color #695ecd

%25.99
%23.27
%50.74

CMYK Percentages of Color #695ecd

%49
%54
%0
%20

Triadic Colors of #695ecd

#695ecd #cd695e #5ecd69

Analogous Colors of #695ecd

#695ecd #a15ecd #5e8bcd

Monochromatic Colors of #695ecd

#695ecd

Complementary Color

#695ecd #c2cd5e

#695ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#695ecd Color CSS Codes

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

#695ecd Text Font Color

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

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


#695ecd Background Color

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

This div background color is #695ecd


#695ecd Border Color

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

This div border color is #695ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695ecd


Comments

No comments written yet.

Please login to write comment.