Color Hex Logo

#674ece Color Hex

#674ECE
(103,78,206)
0 Favorites   0 Comments

Color spaces of #674ece

RGB 10378206
HSL0.700.570.56
HSV252°62°81°
CMYK 0.500.620.00   0.19
XYZ19.458512.788659.8354
Yxy12.78860.21130.1389
Hunter Lab35.761234.5441-74.1710
CIE-Lab42.443042.7772-63.0547

#674ece color RGB value is (103,78,206).

#674ece hex color red value is 103, green value is 78 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #674ece hue: 0.70 , saturation: 0.57 and the lightness value of 674ece is 0.56.

The process color (four color CMYK) of #674ece color hex is 0.50, 0.62, 0.00, 0.19. Web safe color of #674ece is #6666cc. Color #674ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001110 11001110
Octal 147 116 316
Decimal 103 78 206
Hex 67 4E CE

RGB Percentages of Color #674ece

%26.61
%20.16
%53.23

CMYK Percentages of Color #674ece

%50
%62
%0
%19

Triadic Colors of #674ece

#674ece #ce674e #4ece67

Analogous Colors of #674ece

#674ece #a74ece #4e75ce

Monochromatic Colors of #674ece

#674ece

Complementary Color

#674ece #b5ce4e

#674ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#674ece Color CSS Codes

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

#674ece Text Font Color

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

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


#674ece Background Color

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

This div background color is #674ece


#674ece Border Color

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

This div border color is #674ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674ece


Comments

No comments written yet.

Please login to write comment.