Color Hex Logo

#671ddf Color Hex

#671DDF
(103,29,223)
0 Favorites   0 Comments

Color spaces of #671ddf

RGB 10329223
HSL0.730.770.49
HSV263°87°87°
CMYK 0.540.870.00   0.13
XYZ19.35229.090070.5466
Yxy9.09000.19550.0918
Hunter Lab30.149661.8123-117.6269
CIE-Lab36.157069.3343-83.1362

#671ddf color RGB value is (103,29,223).

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

The process color (four color CMYK) of #671ddf color hex is 0.54, 0.87, 0.00, 0.13. Web safe color of #671ddf is #6633cc. Color #671ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00011101 11011111
Octal 147 35 337
Decimal 103 29 223
Hex 67 1D DF

RGB Percentages of Color #671ddf

%29.01
%8.17
%62.82

CMYK Percentages of Color #671ddf

%54
%87
%0
%13

Triadic Colors of #671ddf

#671ddf #df671d #1ddf67

Analogous Colors of #671ddf

#671ddf #c81ddf #1d34df

Monochromatic Colors of #671ddf

#671ddf

Complementary Color

#671ddf #95df1d

#671ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#671ddf Color CSS Codes

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

#671ddf Text Font Color

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

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


#671ddf Background Color

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

This div background color is #671ddf


#671ddf Border Color

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

This div border color is #671ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671ddf


Comments

No comments written yet.

Please login to write comment.