Color Hex Logo

#4531dc Color Hex

#4531DC
(69,49,220)
0 Favorites   0 Comments

Color spaces of #4531dc

RGB 6949220
HSL0.690.710.53
HSV247°78°86°
CMYK 0.690.780.00   0.14
XYZ16.47088.629168.5076
Yxy8.62910.17600.0922
Hunter Lab29.375348.6784-117.7103
CIE-Lab35.260157.8100-82.9989

#4531dc color RGB value is (69,49,220).

#4531dc hex color red value is 69, green value is 49 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4531dc hue: 0.69 , saturation: 0.71 and the lightness value of 4531dc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 00110001 11011100
Octal 105 61 334
Decimal 69 49 220
Hex 45 31 DC

RGB Percentages of Color #4531dc

%20.41
%14.50
%65.09

CMYK Percentages of Color #4531dc

%69
%78
%0
%14

Triadic Colors of #4531dc

#4531dc #dc4531 #31dc45

Analogous Colors of #4531dc

#4531dc #9b31dc #3173dc

Monochromatic Colors of #4531dc

#4531dc

Complementary Color

#4531dc #c8dc31

#4531dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4531dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4531dc Color CSS Codes

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

#4531dc Text Font Color

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

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


#4531dc Background Color

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

This div background color is #4531dc


#4531dc Border Color

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

This div border color is #4531dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,49,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 #4531dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4531dc


Comments

No comments written yet.

Please login to write comment.