Color Hex Logo

#674bcd Color Hex

#674BCD
(103,75,205)
0 Favorites   0 Comments

Color spaces of #674bcd

RGB 10375205
HSL0.700.570.55
HSV253°63°80°
CMYK 0.500.630.00   0.20
XYZ19.129012.323559.1281
Yxy12.32350.21120.1361
Hunter Lab35.104835.8331-75.2905
CIE-Lab41.725744.1960-63.6433

#674bcd color RGB value is (103,75,205).

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

The process color (four color CMYK) of #674bcd color hex is 0.50, 0.63, 0.00, 0.20. Web safe color of #674bcd is #6633cc. Color #674bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001011 11001101
Octal 147 113 315
Decimal 103 75 205
Hex 67 4B CD

RGB Percentages of Color #674bcd

%26.89
%19.58
%53.52

CMYK Percentages of Color #674bcd

%50
%63
%0
%20

Triadic Colors of #674bcd

#674bcd #cd674b #4bcd67

Analogous Colors of #674bcd

#674bcd #a84bcd #4b70cd

Monochromatic Colors of #674bcd

#674bcd

Complementary Color

#674bcd #b1cd4b

#674bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#674bcd Color CSS Codes

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

#674bcd Text Font Color

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

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


#674bcd Background Color

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

This div background color is #674bcd


#674bcd Border Color

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

This div border color is #674bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674bcd


Comments

No comments written yet.

Please login to write comment.