Color Hex Logo

#674efd Color Hex

#674EFD
(103,78,253)
0 Favorites   0 Comments

Color spaces of #674efd

RGB 10378253
HSL0.690.980.65
HSV249°69°99°
CMYK 0.590.690.00   0.01
XYZ26.047515.424294.5328
Yxy15.42420.19150.1134
Hunter Lab39.273749.6578-115.2211
CIE-Lab46.209856.6267-83.5384

#674efd color RGB value is (103,78,253).

#674efd hex color red value is 103, green value is 78 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #674efd hue: 0.69 , saturation: 0.98 and the lightness value of 674efd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001110 11111101
Octal 147 116 375
Decimal 103 78 253
Hex 67 4E FD

RGB Percentages of Color #674efd

%23.73
%17.97
%58.29

CMYK Percentages of Color #674efd

%59
%69
%0
%1

Triadic Colors of #674efd

#674efd #fd674e #4efd67

Analogous Colors of #674efd

#674efd #bf4efd #4e8dfd

Monochromatic Colors of #674efd

#674efd

Complementary Color

#674efd #e4fd4e

#674efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#674efd Color CSS Codes

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

#674efd Text Font Color

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

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


#674efd Background Color

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

This div background color is #674efd


#674efd Border Color

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

This div border color is #674efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674efd


Comments

No comments written yet.

Please login to write comment.