Color Hex Logo

#4583dc Color Hex

#4583DC
(69,131,220)
0 Favorites   0 Comments

Color spaces of #4583dc

RGB 69131220
HSL0.600.680.57
HSV215°69°86°
CMYK 0.690.400.00   0.14
XYZ23.488822.665170.8470
Yxy22.66510.20080.1937
Hunter Lab47.60794.7546-54.9061
CIE-Lab54.72578.9174-51.3666

#4583dc color RGB value is (69,131,220).

#4583dc hex color red value is 69, green value is 131 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4583dc hue: 0.60 , saturation: 0.68 and the lightness value of 4583dc is 0.57.

The process color (four color CMYK) of #4583dc color hex is 0.69, 0.40, 0.00, 0.14. Web safe color of #4583dc is #3399cc. Color #4583dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10000011 11011100
Octal 105 203 334
Decimal 69 131 220
Hex 45 83 DC

RGB Percentages of Color #4583dc

%16.43
%31.19
%52.38

CMYK Percentages of Color #4583dc

%69
%40
%0
%14

Triadic Colors of #4583dc

#4583dc #dc4583 #83dc45

Analogous Colors of #4583dc

#4583dc #5345dc #45cfdc

Monochromatic Colors of #4583dc

#4583dc

Complementary Color

#4583dc #dc9e45

#4583dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4583dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4583dc Color CSS Codes

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

#4583dc Text Font Color

<p style="color:#4583dc">Text here</p>

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


#4583dc Background Color

<div style="background-color:#4583dc">
Div content here</div>

This div background color is #4583dc


#4583dc Border Color

<div style="border:3px solid #4583dc">
Div here</div>

This div border color is #4583dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,131,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4583dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4583dc;
  -webkit-box-shadow: 1px 1px 3px 2px #4583dc;
  box-shadow:         1px 1px 3px 2px #4583dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4583dc


Comments

No comments written yet.

Please login to write comment.