Color Hex Logo

#4344cc Color Hex

#4344CC
(67,68,204)
0 Favorites   0 Comments

Color spaces of #4344cc

RGB 6768204
HSL0.670.570.53
HSV240°67°80°
CMYK 0.670.670.00   0.20
XYZ15.28099.687258.1912
Yxy9.68720.18380.1165
Hunter Lab31.124333.1696-89.0640
CIE-Lab37.275142.2437-70.4504

#4344cc color RGB value is (67,68,204).

#4344cc hex color red value is 67, green value is 68 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4344cc hue: 0.67 , saturation: 0.57 and the lightness value of 4344cc is 0.53.

The process color (four color CMYK) of #4344cc color hex is 0.67, 0.67, 0.00, 0.20. Web safe color of #4344cc is #3333cc. Color #4344cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01000100 11001100
Octal 103 104 314
Decimal 67 68 204
Hex 43 44 CC

RGB Percentages of Color #4344cc

%19.76
%20.06
%60.18

CMYK Percentages of Color #4344cc

%67
%67
%0
%20

Triadic Colors of #4344cc

#4344cc #cc4344 #44cc43

Analogous Colors of #4344cc

#4344cc #8743cc #4389cc

Monochromatic Colors of #4344cc

#4344cc

Complementary Color

#4344cc #cccb43

#4344cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4344cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4344cc Color CSS Codes

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

#4344cc Text Font Color

<p style="color:#4344cc">Text here</p>

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


#4344cc Background Color

<div style="background-color:#4344cc">
Div content here</div>

This div background color is #4344cc


#4344cc Border Color

<div style="border:3px solid #4344cc">
Div here</div>

This div border color is #4344cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,68,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4344cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4344cc;
  -webkit-box-shadow: 1px 1px 3px 2px #4344cc;
  box-shadow:         1px 1px 3px 2px #4344cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,68,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 #4344cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4344cc


Comments

No comments written yet.

Please login to write comment.