Color Hex Logo

#695fdc Color Hex

#695FDC
(105,95,220)
0 Favorites   0 Comments

Color spaces of #695fdc

RGB 10595220
HSL0.680.640.62
HSV245°57°86°
CMYK 0.520.570.00   0.14
XYZ22.836216.355069.6634
Yxy16.35500.20980.1502
Hunter Lab40.441330.0222-73.8228
CIE-Lab47.436837.4017-62.9630

#695fdc color RGB value is (105,95,220).

#695fdc hex color red value is 105, green value is 95 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #695fdc hue: 0.68 , saturation: 0.64 and the lightness value of 695fdc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011111 11011100
Octal 151 137 334
Decimal 105 95 220
Hex 69 5F DC

RGB Percentages of Color #695fdc

%25.00
%22.62
%52.38

CMYK Percentages of Color #695fdc

%52
%57
%0
%14

Triadic Colors of #695fdc

#695fdc #dc695f #5fdc69

Analogous Colors of #695fdc

#695fdc #a85fdc #5f94dc

Monochromatic Colors of #695fdc

#695fdc

Complementary Color

#695fdc #d2dc5f

#695fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#695fdc Color CSS Codes

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

#695fdc Text Font Color

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

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


#695fdc Background Color

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

This div background color is #695fdc


#695fdc Border Color

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

This div border color is #695fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695fdc


Comments

No comments written yet.

Please login to write comment.