Color Hex Logo

#695cec Color Hex

#695CEC
(105,92,236)
0 Favorites   0 Comments

Color spaces of #695cec

RGB 10592236
HSL0.680.790.64
HSV245°61°93°
CMYK 0.560.610.00   0.07
XYZ24.793216.713781.2762
Yxy16.71370.20190.1361
Hunter Lab40.882436.7075-89.2538
CIE-Lab47.897344.0542-71.2576

#695cec color RGB value is (105,92,236).

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

The process color (four color CMYK) of #695cec color hex is 0.56, 0.61, 0.00, 0.07. Web safe color of #695cec is #6666ff. Color #695cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011100 11101100
Octal 151 134 354
Decimal 105 92 236
Hex 69 5C EC

RGB Percentages of Color #695cec

%24.25
%21.25
%54.50

CMYK Percentages of Color #695cec

%56
%61
%0
%7

Triadic Colors of #695cec

#695cec #ec695c #5cec69

Analogous Colors of #695cec

#695cec #b15cec #5c97ec

Monochromatic Colors of #695cec

#695cec

Complementary Color

#695cec #dfec5c

#695cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#695cec Color CSS Codes

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

#695cec Text Font Color

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

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


#695cec Background Color

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

This div background color is #695cec


#695cec Border Color

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

This div border color is #695cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695cec


Comments

No comments written yet.

Please login to write comment.