Color Hex Logo

#3834dc Color Hex

#3834DC
(56,52,220)
0 Favorites   0 Comments

Color spaces of #3834dc

RGB 5652220
HSL0.670.710.53
HSV241°76°86°
CMYK 0.750.760.00   0.14
XYZ15.77718.464068.5123
Yxy8.46400.17010.0913
Hunter Lab29.093045.8878-119.2596
CIE-Lab34.931155.2585-83.5701

#3834dc color RGB value is (56,52,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110100 11011100
Octal 70 64 334
Decimal 56 52 220
Hex 38 34 DC

RGB Percentages of Color #3834dc

%17.07
%15.85
%67.07

CMYK Percentages of Color #3834dc

%75
%76
%0
%14

Triadic Colors of #3834dc

#3834dc #dc3834 #34dc38

Analogous Colors of #3834dc

#3834dc #8c34dc #3484dc

Monochromatic Colors of #3834dc

#3834dc

Complementary Color

#3834dc #d8dc34

#3834dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3834dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3834dc Color CSS Codes

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

#3834dc Text Font Color

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

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


#3834dc Background Color

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

This div background color is #3834dc


#3834dc Border Color

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

This div border color is #3834dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3834dc


Comments

No comments written yet.

Please login to write comment.