Color Hex Logo

#696dca Color Hex

#696DCA
(105,109,202)
0 Favorites   0 Comments

Color spaces of #696dca

RGB 105109202
HSL0.660.480.60
HSV238°48°79°
CMYK 0.480.460.00   0.21
XYZ21.955018.204858.2338
Yxy18.20480.22310.1850
Hunter Lab42.667117.1825-51.0545
CIE-Lab49.743623.4082-48.9926

#696dca color RGB value is (105,109,202).

#696dca hex color red value is 105, green value is 109 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #696dca hue: 0.66 , saturation: 0.48 and the lightness value of 696dca is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101101 11001010
Octal 151 155 312
Decimal 105 109 202
Hex 69 6D CA

RGB Percentages of Color #696dca

%25.24
%26.20
%48.56

CMYK Percentages of Color #696dca

%48
%46
%0
%21

Triadic Colors of #696dca

#696dca #ca696d #6dca69

Analogous Colors of #696dca

#696dca #9669ca #699eca

Monochromatic Colors of #696dca

#696dca

Complementary Color

#696dca #cac669

#696dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#696dca Color CSS Codes

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

#696dca Text Font Color

<p style="color:#696dca">Text here</p>

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


#696dca Background Color

<div style="background-color:#696dca">
Div content here</div>

This div background color is #696dca


#696dca Border Color

<div style="border:3px solid #696dca">
Div here</div>

This div border color is #696dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696dca


Comments

No comments written yet.

Please login to write comment.