Color Hex Logo

#695ccc Color Hex

#695CCC
(105,92,204)
0 Favorites   0 Comments

Color spaces of #695ccc

RGB 10592204
HSL0.690.520.58
HSV247°55°80°
CMYK 0.490.550.00   0.20
XYZ20.551915.017258.9421
Yxy15.01720.21750.1589
Hunter Lab38.752026.8503-63.0541
CIE-Lab45.657734.3397-56.6926

#695ccc color RGB value is (105,92,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011100 11001100
Octal 151 134 314
Decimal 105 92 204
Hex 69 5C CC

RGB Percentages of Color #695ccc

%26.18
%22.94
%50.87

CMYK Percentages of Color #695ccc

%49
%55
%0
%20

Triadic Colors of #695ccc

#695ccc #cc695c #5ccc69

Analogous Colors of #695ccc

#695ccc #a15ccc #5c87cc

Monochromatic Colors of #695ccc

#695ccc

Complementary Color

#695ccc #bfcc5c

#695ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#695ccc Color CSS Codes

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

#695ccc Text Font Color

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

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


#695ccc Background Color

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

This div background color is #695ccc


#695ccc Border Color

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

This div border color is #695ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695ccc


Comments

No comments written yet.

Please login to write comment.