Color Hex Logo

#674ccc Color Hex

#674CCC
(103,76,204)
0 Favorites   0 Comments

Color spaces of #674ccc

RGB 10376204
HSL0.700.560.55
HSV253°63°80°
CMYK 0.500.630.00   0.20
XYZ19.077012.412158.5170
Yxy12.41210.21200.1379
Hunter Lab35.230835.0014-73.8168
CIE-Lab41.863743.3353-62.8412

#674ccc color RGB value is (103,76,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001100 11001100
Octal 147 114 314
Decimal 103 76 204
Hex 67 4C CC

RGB Percentages of Color #674ccc

%26.89
%19.84
%53.26

CMYK Percentages of Color #674ccc

%50
%63
%0
%20

Triadic Colors of #674ccc

#674ccc #cc674c #4ccc67

Analogous Colors of #674ccc

#674ccc #a74ccc #4c71cc

Monochromatic Colors of #674ccc

#674ccc

Complementary Color

#674ccc #b1cc4c

#674ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#674ccc Color CSS Codes

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

#674ccc Text Font Color

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

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


#674ccc Background Color

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

This div background color is #674ccc


#674ccc Border Color

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

This div border color is #674ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674ccc


Comments

No comments written yet.

Please login to write comment.