Color Hex Logo

#4383ac Color Hex

#4383AC
(67,131,172)
0 Favorites   0 Comments

Color spaces of #4383ac

RGB 67131172
HSL0.570.440.47
HSV203°61°67°
CMYK 0.610.240.00   0.33
XYZ17.877420.404442.0259
Yxy20.40440.22260.2541
Hunter Lab45.1712-8.4048-23.5417
CIE-Lab52.2914-7.8810-27.8744

#4383ac color RGB value is (67,131,172).

#4383ac hex color red value is 67, green value is 131 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4383ac hue: 0.57 , saturation: 0.44 and the lightness value of 4383ac is 0.47.

The process color (four color CMYK) of #4383ac color hex is 0.61, 0.24, 0.00, 0.33. Web safe color of #4383ac is #339999. Color #4383ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10000011 10101100
Octal 103 203 254
Decimal 67 131 172
Hex 43 83 AC

RGB Percentages of Color #4383ac

%18.11
%35.41
%46.49

CMYK Percentages of Color #4383ac

%61
%24
%0
%33

Triadic Colors of #4383ac

#4383ac #ac4383 #83ac43

Analogous Colors of #4383ac

#4383ac #434eac #43aca1

Monochromatic Colors of #4383ac

#4383ac

Complementary Color

#4383ac #ac6c43

#4383ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4383ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4383ac Color CSS Codes

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

#4383ac Text Font Color

<p style="color:#4383ac">Text here</p>

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


#4383ac Background Color

<div style="background-color:#4383ac">
Div content here</div>

This div background color is #4383ac


#4383ac Border Color

<div style="border:3px solid #4383ac">
Div here</div>

This div border color is #4383ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,131,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4383ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4383ac;
  -webkit-box-shadow: 1px 1px 3px 2px #4383ac;
  box-shadow:         1px 1px 3px 2px #4383ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,131,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4383ac


Comments

No comments written yet.

Please login to write comment.