Color Hex Logo

#671dda Color Hex

#671DDA
(103,29,218)
0 Favorites   0 Comments

Color spaces of #671dda

RGB 10329218
HSL0.730.770.48
HSV263°87°85°
CMYK 0.530.870.00   0.15
XYZ18.68788.824267.0480
Yxy8.82420.19760.0933
Hunter Lab29.705660.3098-113.0288
CIE-Lab35.643668.1418-81.1119

#671dda color RGB value is (103,29,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00011101 11011010
Octal 147 35 332
Decimal 103 29 218
Hex 67 1D DA

RGB Percentages of Color #671dda

%29.43
%8.29
%62.29

CMYK Percentages of Color #671dda

%53
%87
%0
%15

Triadic Colors of #671dda

#671dda #da671d #1dda67

Analogous Colors of #671dda

#671dda #c61dda #1d31da

Monochromatic Colors of #671dda

#671dda

Complementary Color

#671dda #90da1d

#671dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#671dda Color CSS Codes

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

#671dda Text Font Color

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

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


#671dda Background Color

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

This div background color is #671dda


#671dda Border Color

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

This div border color is #671dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671dda


Comments

No comments written yet.

Please login to write comment.