Color Hex Logo

#4385cc Color Hex

#4385CC
(67,133,204)
0 Favorites   0 Comments

Color spaces of #4385cc

RGB 67133204
HSL0.590.570.53
HSV211°67°80°
CMYK 0.670.350.00   0.20
XYZ21.601422.328060.2980
Yxy22.32800.20730.2142
Hunter Lab47.2525-1.0909-42.5820
CIE-Lab54.37331.7965-42.9062

#4385cc color RGB value is (67,133,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10000101 11001100
Octal 103 205 314
Decimal 67 133 204
Hex 43 85 CC

RGB Percentages of Color #4385cc

%16.58
%32.92
%50.50

CMYK Percentages of Color #4385cc

%67
%35
%0
%20

Triadic Colors of #4385cc

#4385cc #cc4385 #85cc43

Analogous Colors of #4385cc

#4385cc #4643cc #43cacc

Monochromatic Colors of #4385cc

#4385cc

Complementary Color

#4385cc #cc8a43

#4385cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4385cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4385cc Color CSS Codes

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

#4385cc Text Font Color

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

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


#4385cc Background Color

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

This div background color is #4385cc


#4385cc Border Color

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

This div border color is #4385cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4385cc


Comments

No comments written yet.

Please login to write comment.