Color Hex Logo

#672def Color Hex

#672DEF
(103,45,239)
0 Favorites   0 Comments

Color spaces of #672def

RGB 10345239
HSL0.720.860.56
HSV258°81°94°
CMYK 0.570.810.00   0.06
XYZ22.111910.992382.6177
Yxy10.99230.19110.0950
Hunter Lab33.154661.0268-124.5359
CIE-Lab39.567567.9996-86.6120

#672def color RGB value is (103,45,239).

#672def hex color red value is 103, green value is 45 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #672def hue: 0.72 , saturation: 0.86 and the lightness value of 672def is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101101 11101111
Octal 147 55 357
Decimal 103 45 239
Hex 67 2D EF

RGB Percentages of Color #672def

%26.61
%11.63
%61.76

CMYK Percentages of Color #672def

%57
%81
%0
%6

Triadic Colors of #672def

#672def #ef672d #2def67

Analogous Colors of #672def

#672def #c82def #2d54ef

Monochromatic Colors of #672def

#672def

Complementary Color

#672def #b5ef2d

#672def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672def Color Preview on White Background

Lorem ipsum dolor sit amet.

#672def Color CSS Codes

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

#672def Text Font Color

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

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


#672def Background Color

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

This div background color is #672def


#672def Border Color

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

This div border color is #672def


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,45,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 #672def">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672def


Comments

No comments written yet.

Please login to write comment.