color codes Logo

#690cec color codes

#690CEC
(105,12,236)
0 Favorites   0 Comments

Color spaces of #690cec

RGB 10512236
HSL0.740.900.49
HSV265°95°93°
CMYK 0.560.950.00   0.07
XYZ21.09759.322380.0443
Yxy9.32230.19100.0844
Hunter Lab30.532469.9093-134.0628
CIE-Lab36.597676.0248-89.8185

#690cec color RGB value is (105,12,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001100 11101100
Octal 151 14 354
Decimal 105 12 236
Hex 69 C EC

RGB Percentages of Color #690cec

%29.75
%3.40
%66.86

CMYK Percentages of Color #690cec

%56
%95
%0
%7

Triadic Colors of #690cec

#690cec #ec690c #0cec69

Analogous Colors of #690cec

#690cec #d90cec #0c1fec

Monochromatic Colors of #690cec

#690cec

Complementary Color

#690cec #8fec0c

#690cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#690cec Color CSS Codes

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

#690cec Text Font Color

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

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


#690cec Background Color

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

This div background color is #690cec


#690cec Border Color

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

This div border color is #690cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690cec


Comments

No comments written yet.

Please login to write comment.