Color Hex Logo

#671ec5 Color Hex

#671EC5
(103,30,197)
1 Favorites   0 Comments

Color spaces of #671ec5

RGB 10330197
HSL0.740.740.45
HSV266°85°77°
CMYK 0.480.850.00   0.23
XYZ16.13587.843353.4868
Yxy7.84330.20830.1012
Hunter Lab28.005953.8338-93.6303
CIE-Lab33.654462.8285-72.1957

#671ec5 color RGB value is (103,30,197).

#671ec5 hex color red value is 103, green value is 30 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #671ec5 hue: 0.74 , saturation: 0.74 and the lightness value of 671ec5 is 0.45.

The process color (four color CMYK) of #671ec5 color hex is 0.48, 0.85, 0.00, 0.23. Web safe color of #671ec5 is #6633cc. Color #671ec5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00011110 11000101
Octal 147 36 305
Decimal 103 30 197
Hex 67 1E C5

RGB Percentages of Color #671ec5

%31.21
%9.09
%59.70

CMYK Percentages of Color #671ec5

%48
%85
%0
%23

Triadic Colors of #671ec5

#671ec5 #c5671e #1ec567

Analogous Colors of #671ec5

#671ec5 #bb1ec5 #1e29c5

Monochromatic Colors of #671ec5

#671ec5

Complementary Color

#671ec5 #7cc51e

#671ec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671ec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#671ec5 Color CSS Codes

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

#671ec5 Text Font Color

<p style="color:#671ec5">Text here</p>

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


#671ec5 Background Color

<div style="background-color:#671ec5">
Div content here</div>

This div background color is #671ec5


#671ec5 Border Color

<div style="border:3px solid #671ec5">
Div here</div>

This div border color is #671ec5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,30,197, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #671ec5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #671ec5;
  -webkit-box-shadow: 1px 1px 3px 2px #671ec5;
  box-shadow:         1px 1px 3px 2px #671ec5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671ec5


Comments

No comments written yet.

Please login to write comment.