Color Hex Logo

#672fdd Color Hex

#672FDD
(103,47,221)
0 Favorites   0 Comments

Color spaces of #672fdd

RGB 10347221
HSL0.720.720.53
HSV259°79°87°
CMYK 0.530.790.00   0.13
XYZ19.661210.137169.3270
Yxy10.13710.19830.1023
Hunter Lab31.838854.5099-106.8131
CIE-Lab38.087462.5710-78.8049

#672fdd color RGB value is (103,47,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101111 11011101
Octal 147 57 335
Decimal 103 47 221
Hex 67 2F DD

RGB Percentages of Color #672fdd

%27.76
%12.67
%59.57

CMYK Percentages of Color #672fdd

%53
%79
%0
%13

Triadic Colors of #672fdd

#672fdd #dd672f #2fdd67

Analogous Colors of #672fdd

#672fdd #be2fdd #2f4edd

Monochromatic Colors of #672fdd

#672fdd

Complementary Color

#672fdd #a5dd2f

#672fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#672fdd Color CSS Codes

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

#672fdd Text Font Color

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

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


#672fdd Background Color

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

This div background color is #672fdd


#672fdd Border Color

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

This div border color is #672fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672fdd


Comments

No comments written yet.

Please login to write comment.