Color Hex Logo

#673edd Color Hex

#673EDD
(103,62,221)
0 Favorites   0 Comments

Color spaces of #673edd

RGB 10362221
HSL0.710.700.55
HSV255°72°87°
CMYK 0.530.720.00   0.13
XYZ20.367311.549369.5624
Yxy11.54930.20070.1138
Hunter Lab33.984347.5054-97.5717
CIE-Lab40.490655.7105-74.8559

#673edd color RGB value is (103,62,221).

#673edd hex color red value is 103, green value is 62 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #673edd hue: 0.71 , saturation: 0.70 and the lightness value of 673edd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00111110 11011101
Octal 147 76 335
Decimal 103 62 221
Hex 67 3E DD

RGB Percentages of Color #673edd

%26.68
%16.06
%57.25

CMYK Percentages of Color #673edd

%53
%72
%0
%13

Triadic Colors of #673edd

#673edd #dd673e #3edd67

Analogous Colors of #673edd

#673edd #b73edd #3e65dd

Monochromatic Colors of #673edd

#673edd

Complementary Color

#673edd #b4dd3e

#673edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#673edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#673edd Color CSS Codes

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

#673edd Text Font Color

<p style="color:#673edd">Text here</p>

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


#673edd Background Color

<div style="background-color:#673edd">
Div content here</div>

This div background color is #673edd


#673edd Border Color

<div style="border:3px solid #673edd">
Div here</div>

This div border color is #673edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #673edd


Comments

No comments written yet.

Please login to write comment.