Color Hex Logo

#670def Color Hex

#670DEF
(103,13,239)
0 Favorites   0 Comments

Color spaces of #670def

RGB 10313239
HSL0.730.900.49
HSV264°95°94°
CMYK 0.570.950.00   0.06
XYZ21.31749.403482.3528
Yxy9.40340.18850.0832
Hunter Lab30.665070.4244-137.7618
CIE-Lab36.749776.4174-91.2751

#670def color RGB value is (103,13,239).

#670def hex color red value is 103, green value is 13 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #670def hue: 0.73 , saturation: 0.90 and the lightness value of 670def is 0.49.

The process color (four color CMYK) of #670def color hex is 0.57, 0.95, 0.00, 0.06. Web safe color of #670def is #6600ff. Color #670def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00001101 11101111
Octal 147 15 357
Decimal 103 13 239
Hex 67 D EF

RGB Percentages of Color #670def

%29.01
%3.66
%67.32

CMYK Percentages of Color #670def

%57
%95
%0
%6

Triadic Colors of #670def

#670def #ef670d #0def67

Analogous Colors of #670def

#670def #d80def #0d24ef

Monochromatic Colors of #670def

#670def

Complementary Color

#670def #95ef0d

#670def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#670def Color Preview on White Background

Lorem ipsum dolor sit amet.

#670def Color CSS Codes

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

#670def Text Font Color

<p style="color:#670def">Text here</p>

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


#670def Background Color

<div style="background-color:#670def">
Div content here</div>

This div background color is #670def


#670def Border Color

<div style="border:3px solid #670def">
Div here</div>

This div border color is #670def


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,13,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #670def; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #670def;
  -webkit-box-shadow: 1px 1px 3px 2px #670def;
  box-shadow:         1px 1px 3px 2px #670def; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,13,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #670def


Comments

No comments written yet.

Please login to write comment.