Color Hex Logo

#695fef Color Hex

#695FEF
(105,95,239)
0 Favorites   0 Comments

Color spaces of #695fef

RGB 10595239
HSL0.680.820.65
HSV244°60°94°
CMYK 0.560.600.00   0.06
XYZ25.497917.419783.6798
Yxy17.41970.20140.1376
Hunter Lab41.736936.0096-89.6568
CIE-Lab48.784643.2282-71.4988

#695fef color RGB value is (105,95,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011111 11101111
Octal 151 137 357
Decimal 105 95 239
Hex 69 5F EF

RGB Percentages of Color #695fef

%23.92
%21.64
%54.44

CMYK Percentages of Color #695fef

%56
%60
%0
%6

Triadic Colors of #695fef

#695fef #ef695f #5fef69

Analogous Colors of #695fef

#695fef #b15fef #5f9def

Monochromatic Colors of #695fef

#695fef

Complementary Color

#695fef #e5ef5f

#695fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#695fef Color CSS Codes

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

#695fef Text Font Color

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

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


#695fef Background Color

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

This div background color is #695fef


#695fef Border Color

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

This div border color is #695fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695fef


Comments

No comments written yet.

Please login to write comment.