Color Hex Logo

#695aed Color Hex

#695AED
(105,90,237)
0 Favorites   0 Comments

Color spaces of #695aed

RGB 10590237
HSL0.680.800.64
HSV246°62°93°
CMYK 0.560.620.00   0.07
XYZ24.767916.430081.9867
Yxy16.43000.20110.1334
Hunter Lab40.533938.1364-91.5502
CIE-Lab47.533745.5127-72.4116

#695aed color RGB value is (105,90,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011010 11101101
Octal 151 132 355
Decimal 105 90 237
Hex 69 5A ED

RGB Percentages of Color #695aed

%24.31
%20.83
%54.86

CMYK Percentages of Color #695aed

%56
%62
%0
%7

Triadic Colors of #695aed

#695aed #ed695a #5aed69

Analogous Colors of #695aed

#695aed #b35aed #5a95ed

Monochromatic Colors of #695aed

#695aed

Complementary Color

#695aed #deed5a

#695aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#695aed Color CSS Codes

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

#695aed Text Font Color

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

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


#695aed Background Color

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

This div background color is #695aed


#695aed Border Color

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

This div border color is #695aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695aed


Comments

No comments written yet.

Please login to write comment.