Color Hex Logo

#4383cb Color Hex

#4383CB
(67,131,203)
0 Favorites   0 Comments

Color spaces of #4383cb

RGB 67131203
HSL0.590.570.53
HSV212°67°80°
CMYK 0.670.350.00   0.20
XYZ21.210521.737759.5778
Yxy21.73770.20690.2120
Hunter Lab46.6237-0.3866-43.1267
CIE-Lab53.74762.6418-43.3285

#4383cb color RGB value is (67,131,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10000011 11001011
Octal 103 203 313
Decimal 67 131 203
Hex 43 83 CB

RGB Percentages of Color #4383cb

%16.71
%32.67
%50.62

CMYK Percentages of Color #4383cb

%67
%35
%0
%20

Triadic Colors of #4383cb

#4383cb #cb4383 #83cb43

Analogous Colors of #4383cb

#4383cb #4743cb #43c7cb

Monochromatic Colors of #4383cb

#4383cb

Complementary Color

#4383cb #cb8b43

#4383cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4383cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4383cb Color CSS Codes

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

#4383cb Text Font Color

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

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


#4383cb Background Color

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

This div background color is #4383cb


#4383cb Border Color

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

This div border color is #4383cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4383cb


Comments

No comments written yet.

Please login to write comment.