Color Hex Logo

#694efd Color Hex

#694EFD
(105,78,253)
0 Favorites   0 Comments

Color spaces of #694efd

RGB 10578253
HSL0.690.980.65
HSV249°69°99°
CMYK 0.580.690.00   0.01
XYZ26.279715.543994.5437
Yxy15.54390.19270.1140
Hunter Lab39.425849.9862-114.5805
CIE-Lab46.370356.8971-83.2690

#694efd color RGB value is (105,78,253).

#694efd hex color red value is 105, green value is 78 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #694efd hue: 0.69 , saturation: 0.98 and the lightness value of 694efd is 0.65.

The process color (four color CMYK) of #694efd color hex is 0.58, 0.69, 0.00, 0.01. Web safe color of #694efd is #6666ff. Color #694efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01001110 11111101
Octal 151 116 375
Decimal 105 78 253
Hex 69 4E FD

RGB Percentages of Color #694efd

%24.08
%17.89
%58.03

CMYK Percentages of Color #694efd

%58
%69
%0
%1

Triadic Colors of #694efd

#694efd #fd694e #4efd69

Analogous Colors of #694efd

#694efd #c14efd #4e8bfd

Monochromatic Colors of #694efd

#694efd

Complementary Color

#694efd #e2fd4e

#694efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#694efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#694efd Color CSS Codes

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

#694efd Text Font Color

<p style="color:#694efd">Text here</p>

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


#694efd Background Color

<div style="background-color:#694efd">
Div content here</div>

This div background color is #694efd


#694efd Border Color

<div style="border:3px solid #694efd">
Div here</div>

This div border color is #694efd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,78,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #694efd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #694efd;
  -webkit-box-shadow: 1px 1px 3px 2px #694efd;
  box-shadow:         1px 1px 3px 2px #694efd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #694efd

Related Colors


Comments

No comments written yet.

Please login to write comment.