Color Hex Logo

#695cca Color Hex

#695CCA
(105,92,202)
0 Favorites   0 Comments

Color spaces of #695cca

RGB 10592202
HSL0.690.510.58
HSV247°54°79°
CMYK 0.480.540.00   0.21
XYZ20.313514.921857.6867
Yxy14.92180.21860.1606
Hunter Lab38.628726.2666-61.5013
CIE-Lab45.526933.7388-55.7527

#695cca color RGB value is (105,92,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011100 11001010
Octal 151 134 312
Decimal 105 92 202
Hex 69 5C CA

RGB Percentages of Color #695cca

%26.32
%23.06
%50.63

CMYK Percentages of Color #695cca

%48
%54
%0
%21

Triadic Colors of #695cca

#695cca #ca695c #5cca69

Analogous Colors of #695cca

#695cca #a05cca #5c86ca

Monochromatic Colors of #695cca

#695cca

Complementary Color

#695cca #bdca5c

#695cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#695cca Color CSS Codes

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

#695cca Text Font Color

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

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


#695cca Background Color

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

This div background color is #695cca


#695cca Border Color

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

This div border color is #695cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695cca


Comments

No comments written yet.

Please login to write comment.