Color Hex Logo

#671def Color Hex

#671DEF
(103,29,239)
0 Favorites   0 Comments

Color spaces of #671def

RGB 10329239
HSL0.730.870.53
HSV261°88°94°
CMYK 0.570.880.00   0.06
XYZ21.61299.994382.4513
Yxy9.99430.18950.0876
Hunter Lab31.613866.7083-132.5036
CIE-Lab37.832273.1485-89.4813

#671def color RGB value is (103,29,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00011101 11101111
Octal 147 35 357
Decimal 103 29 239
Hex 67 1D EF

RGB Percentages of Color #671def

%27.76
%7.82
%64.42

CMYK Percentages of Color #671def

%57
%88
%0
%6

Triadic Colors of #671def

#671def #ef671d #1def67

Analogous Colors of #671def

#671def #d01def #1d3cef

Monochromatic Colors of #671def

#671def

Complementary Color

#671def #a5ef1d

#671def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671def Color Preview on White Background

Lorem ipsum dolor sit amet.

#671def Color CSS Codes

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

#671def Text Font Color

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

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


#671def Background Color

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

This div background color is #671def


#671def Border Color

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

This div border color is #671def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671def


Comments

No comments written yet.

Please login to write comment.