Color Hex Logo

#695adc Color Hex

#695ADC
(105,90,220)
0 Favorites   0 Comments

Color spaces of #695adc

RGB 10590220
HSL0.690.650.61
HSV247°59°86°
CMYK 0.520.590.00   0.14
XYZ22.400115.482969.5180
Yxy15.48290.20860.1442
Hunter Lab39.348332.7564-77.2058
CIE-Lab46.288640.3595-64.8227

#695adc color RGB value is (105,90,220).

#695adc hex color red value is 105, green value is 90 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #695adc hue: 0.69 , saturation: 0.65 and the lightness value of 695adc is 0.61.

The process color (four color CMYK) of #695adc color hex is 0.52, 0.59, 0.00, 0.14. Web safe color of #695adc is #6666cc. Color #695adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011010 11011100
Octal 151 132 334
Decimal 105 90 220
Hex 69 5A DC

RGB Percentages of Color #695adc

%25.30
%21.69
%53.01

CMYK Percentages of Color #695adc

%52
%59
%0
%14

Triadic Colors of #695adc

#695adc #dc695a #5adc69

Analogous Colors of #695adc

#695adc #aa5adc #5a8cdc

Monochromatic Colors of #695adc

#695adc

Complementary Color

#695adc #cddc5a

#695adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#695adc Color CSS Codes

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

#695adc Text Font Color

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

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


#695adc Background Color

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

This div background color is #695adc


#695adc Border Color

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

This div border color is #695adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695adc


Comments

No comments written yet.

Please login to write comment.