Color Hex Logo

#4384cd Color Hex

#4384CD
(67,132,205)
0 Favorites   0 Comments

Color spaces of #4384cd

RGB 67132205
HSL0.590.580.53
HSV212°67°80°
CMYK 0.670.360.00   0.20
XYZ21.585422.103660.8864
Yxy22.10360.20640.2114
Hunter Lab47.0145-0.3219-43.8738
CIE-Lab54.13682.7408-43.8466

#4384cd color RGB value is (67,132,205).

#4384cd hex color red value is 67, green value is 132 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4384cd hue: 0.59 , saturation: 0.58 and the lightness value of 4384cd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10000100 11001101
Octal 103 204 315
Decimal 67 132 205
Hex 43 84 CD

RGB Percentages of Color #4384cd

%16.58
%32.67
%50.74

CMYK Percentages of Color #4384cd

%67
%36
%0
%20

Triadic Colors of #4384cd

#4384cd #cd4384 #84cd43

Analogous Colors of #4384cd

#4384cd #4743cd #43c9cd

Monochromatic Colors of #4384cd

#4384cd

Complementary Color

#4384cd #cd8c43

#4384cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4384cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4384cd Color CSS Codes

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

#4384cd Text Font Color

<p style="color:#4384cd">Text here</p>

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


#4384cd Background Color

<div style="background-color:#4384cd">
Div content here</div>

This div background color is #4384cd


#4384cd Border Color

<div style="border:3px solid #4384cd">
Div here</div>

This div border color is #4384cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,132,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4384cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4384cd;
  -webkit-box-shadow: 1px 1px 3px 2px #4384cd;
  box-shadow:         1px 1px 3px 2px #4384cd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4384cd


Comments

No comments written yet.

Please login to write comment.