Color Hex Logo

#690dec Color Hex

#690DEC
(105,13,236)
0 Favorites   0 Comments

Color spaces of #690dec

RGB 10513236
HSL0.740.900.49
HSV265°94°93°
CMYK 0.560.940.00   0.07
XYZ21.10999.347280.0485
Yxy9.34720.19100.0846
Hunter Lab30.573269.7460-133.8353
CIE-Lab36.644475.8824-89.7410

#690dec color RGB value is (105,13,236).

#690dec hex color red value is 105, green value is 13 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #690dec hue: 0.74 , saturation: 0.90 and the lightness value of 690dec is 0.49.

The process color (four color CMYK) of #690dec color hex is 0.56, 0.94, 0.00, 0.07. Web safe color of #690dec is #6600ff. Color #690dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001101 11101100
Octal 151 15 354
Decimal 105 13 236
Hex 69 D EC

RGB Percentages of Color #690dec

%29.66
%3.67
%66.67

CMYK Percentages of Color #690dec

%56
%94
%0
%7

Triadic Colors of #690dec

#690dec #ec690d #0dec69

Analogous Colors of #690dec

#690dec #d90dec #0d20ec

Monochromatic Colors of #690dec

#690dec

Complementary Color

#690dec #90ec0d

#690dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#690dec Color CSS Codes

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

#690dec Text Font Color

<p style="color:#690dec">Text here</p>

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


#690dec Background Color

<div style="background-color:#690dec">
Div content here</div>

This div background color is #690dec


#690dec Border Color

<div style="border:3px solid #690dec">
Div here</div>

This div border color is #690dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690dec


Comments

No comments written yet.

Please login to write comment.