Color Hex Logo

#671ddc Color Hex

#671DDC
(103,29,220)
0 Favorites   0 Comments

Color spaces of #671ddc

RGB 10329220
HSL0.730.770.49
HSV263°87°86°
CMYK 0.530.870.00   0.14
XYZ18.95128.929668.4349
Yxy8.92960.19680.0927
Hunter Lab29.882460.9090-114.8646
CIE-Lab35.848468.6186-81.9240

#671ddc color RGB value is (103,29,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00011101 11011100
Octal 147 35 334
Decimal 103 29 220
Hex 67 1D DC

RGB Percentages of Color #671ddc

%29.26
%8.24
%62.50

CMYK Percentages of Color #671ddc

%53
%87
%0
%14

Triadic Colors of #671ddc

#671ddc #dc671d #1ddc67

Analogous Colors of #671ddc

#671ddc #c71ddc #1d33dc

Monochromatic Colors of #671ddc

#671ddc

Complementary Color

#671ddc #92dc1d

#671ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#671ddc Color CSS Codes

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

#671ddc Text Font Color

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

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


#671ddc Background Color

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

This div background color is #671ddc


#671ddc Border Color

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

This div border color is #671ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671ddc


Comments

No comments written yet.

Please login to write comment.