Color Hex Logo

#672ddd Color Hex

#672DDD
(103,45,221)
0 Favorites   0 Comments

Color spaces of #672ddd

RGB 10345221
HSL0.720.720.52
HSV260°80°87°
CMYK 0.530.800.00   0.13
XYZ19.58309.980869.3010
Yxy9.98080.19810.1010
Hunter Lab31.592455.3591-107.9437
CIE-Lab37.807963.3829-79.2652

#672ddd color RGB value is (103,45,221).

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

The process color (four color CMYK) of #672ddd color hex is 0.53, 0.80, 0.00, 0.13. Web safe color of #672ddd is #6633cc. Color #672ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101101 11011101
Octal 147 55 335
Decimal 103 45 221
Hex 67 2D DD

RGB Percentages of Color #672ddd

%27.91
%12.20
%59.89

CMYK Percentages of Color #672ddd

%53
%80
%0
%13

Triadic Colors of #672ddd

#672ddd #dd672d #2ddd67

Analogous Colors of #672ddd

#672ddd #bf2ddd #2d4bdd

Monochromatic Colors of #672ddd

#672ddd

Complementary Color

#672ddd #a3dd2d

#672ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#672ddd Color CSS Codes

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

#672ddd Text Font Color

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

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


#672ddd Background Color

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

This div background color is #672ddd


#672ddd Border Color

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

This div border color is #672ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672ddd


Comments

No comments written yet.

Please login to write comment.