Color Hex Logo

#4735dc Color Hex

#4735DC
(71,53,220)
0 Favorites   0 Comments

Color spaces of #4735dc

RGB 7153220
HSL0.680.700.54
HSV246°76°86°
CMYK 0.680.760.00   0.14
XYZ16.78999.053168.5726
Yxy9.05310.17780.0959
Hunter Lab30.088446.9519-114.0624
CIE-Lab36.086356.0376-81.6286

#4735dc color RGB value is (71,53,220).

#4735dc hex color red value is 71, green value is 53 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4735dc hue: 0.68 , saturation: 0.70 and the lightness value of 4735dc is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110101 11011100
Octal 107 65 334
Decimal 71 53 220
Hex 47 35 DC

RGB Percentages of Color #4735dc

%20.64
%15.41
%63.95

CMYK Percentages of Color #4735dc

%68
%76
%0
%14

Triadic Colors of #4735dc

#4735dc #dc4735 #35dc47

Analogous Colors of #4735dc

#4735dc #9b35dc #3577dc

Monochromatic Colors of #4735dc

#4735dc

Complementary Color

#4735dc #cadc35

#4735dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4735dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4735dc Color CSS Codes

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

#4735dc Text Font Color

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

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


#4735dc Background Color

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

This div background color is #4735dc


#4735dc Border Color

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

This div border color is #4735dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4735dc


Comments

No comments written yet.

Please login to write comment.