Color Hex Logo

#690ced Color Hex

#690CED
(105,12,237)
0 Favorites   0 Comments

Color spaces of #690ced

RGB 10512237
HSL0.740.900.49
HSV265°95°93°
CMYK 0.560.950.00   0.07
XYZ21.24329.380680.8118
Yxy9.38060.19060.0842
Hunter Lab30.627870.2077-134.9981
CIE-Lab36.707076.2484-90.2049

#690ced color RGB value is (105,12,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001100 11101101
Octal 151 14 355
Decimal 105 12 237
Hex 69 C ED

RGB Percentages of Color #690ced

%29.66
%3.39
%66.95

CMYK Percentages of Color #690ced

%56
%95
%0
%7

Triadic Colors of #690ced

#690ced #ed690c #0ced69

Analogous Colors of #690ced

#690ced #da0ced #0c1fed

Monochromatic Colors of #690ced

#690ced

Complementary Color

#690ced #90ed0c

#690ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#690ced Color CSS Codes

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

#690ced Text Font Color

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

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


#690ced Background Color

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

This div background color is #690ced


#690ced Border Color

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

This div border color is #690ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690ced


Comments

No comments written yet.

Please login to write comment.