Color Hex Logo

#4734dc Color Hex

#4734DC
(71,52,220)
0 Favorites   0 Comments

Color spaces of #4734dc

RGB 7152220
HSL0.690.710.53
HSV247°76°86°
CMYK 0.680.760.00   0.14
XYZ16.74488.962968.5576
Yxy8.96290.17760.0951
Hunter Lab29.938147.4459-114.8161
CIE-Lab35.912856.5343-81.9154

#4734dc color RGB value is (71,52,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110100 11011100
Octal 107 64 334
Decimal 71 52 220
Hex 47 34 DC

RGB Percentages of Color #4734dc

%20.70
%15.16
%64.14

CMYK Percentages of Color #4734dc

%68
%76
%0
%14

Triadic Colors of #4734dc

#4734dc #dc4734 #34dc47

Analogous Colors of #4734dc

#4734dc #9b34dc #3475dc

Monochromatic Colors of #4734dc

#4734dc

Complementary Color

#4734dc #c9dc34

#4734dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4734dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4734dc Color CSS Codes

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

#4734dc Text Font Color

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

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


#4734dc Background Color

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

This div background color is #4734dc


#4734dc Border Color

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

This div border color is #4734dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4734dc


Comments

No comments written yet.

Please login to write comment.