Color Hex Logo

#674dfa Color Hex

#674DFA
(103,77,250)
0 Favorites   0 Comments

Color spaces of #674dfa

RGB 10377250
HSL0.690.950.64
HSV249°69°98°
CMYK 0.590.690.00   0.02
XYZ25.502715.093492.0117
Yxy15.09340.19230.1138
Hunter Lab38.850249.1860-113.2255
CIE-Lab45.761956.2773-82.5993

#674dfa color RGB value is (103,77,250).

#674dfa hex color red value is 103, green value is 77 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #674dfa hue: 0.69 , saturation: 0.95 and the lightness value of 674dfa is 0.64.

The process color (four color CMYK) of #674dfa color hex is 0.59, 0.69, 0.00, 0.02. Web safe color of #674dfa is #6666ff. Color #674dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001101 11111010
Octal 147 115 372
Decimal 103 77 250
Hex 67 4D FA

RGB Percentages of Color #674dfa

%23.95
%17.91
%58.14

CMYK Percentages of Color #674dfa

%59
%69
%0
%2

Triadic Colors of #674dfa

#674dfa #fa674d #4dfa67

Analogous Colors of #674dfa

#674dfa #be4dfa #4d8afa

Monochromatic Colors of #674dfa

#674dfa

Complementary Color

#674dfa #e0fa4d

#674dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#674dfa Color CSS Codes

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

#674dfa Text Font Color

<p style="color:#674dfa">Text here</p>

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


#674dfa Background Color

<div style="background-color:#674dfa">
Div content here</div>

This div background color is #674dfa


#674dfa Border Color

<div style="border:3px solid #674dfa">
Div here</div>

This div border color is #674dfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,77,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #674dfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #674dfa;
  -webkit-box-shadow: 1px 1px 3px 2px #674dfa;
  box-shadow:         1px 1px 3px 2px #674dfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674dfa


Comments

No comments written yet.

Please login to write comment.