Color Hex Logo

#695ccd Color Hex

#695CCD
(105,92,205)
0 Favorites   0 Comments

Color spaces of #695ccd

RGB 10592205
HSL0.690.530.58
HSV247°55°80°
CMYK 0.490.550.00   0.20
XYZ20.672315.065359.5760
Yxy15.06530.21690.1581
Hunter Lab38.814027.1442-63.8349
CIE-Lab45.723534.6412-57.1615

#695ccd color RGB value is (105,92,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011100 11001101
Octal 151 134 315
Decimal 105 92 205
Hex 69 5C CD

RGB Percentages of Color #695ccd

%26.12
%22.89
%51.00

CMYK Percentages of Color #695ccd

%49
%55
%0
%20

Triadic Colors of #695ccd

#695ccd #cd695c #5ccd69

Analogous Colors of #695ccd

#695ccd #a25ccd #5c88cd

Monochromatic Colors of #695ccd

#695ccd

Complementary Color

#695ccd #c0cd5c

#695ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#695ccd Color CSS Codes

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

#695ccd Text Font Color

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

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


#695ccd Background Color

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

This div background color is #695ccd


#695ccd Border Color

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

This div border color is #695ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695ccd


Comments

No comments written yet.

Please login to write comment.