Color Hex Logo

#3828dc Color Hex

#3828DC
(56,40,220)
0 Favorites   0 Comments

Color spaces of #3828dc

RGB 5640220
HSL0.680.720.51
HSV245°82°86°
CMYK 0.750.820.00   0.14
XYZ15.30797.525668.3559
Yxy7.52560.16790.0825
Hunter Lab27.432851.5980-128.5332
CIE-Lab32.974760.9399-86.8127

#3828dc color RGB value is (56,40,220).

#3828dc hex color red value is 56, green value is 40 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3828dc hue: 0.68 , saturation: 0.72 and the lightness value of 3828dc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00101000 11011100
Octal 70 50 334
Decimal 56 40 220
Hex 38 28 DC

RGB Percentages of Color #3828dc

%17.72
%12.66
%69.62

CMYK Percentages of Color #3828dc

%75
%82
%0
%14

Triadic Colors of #3828dc

#3828dc #dc3828 #28dc38

Analogous Colors of #3828dc

#3828dc #9228dc #2872dc

Monochromatic Colors of #3828dc

#3828dc

Complementary Color

#3828dc #ccdc28

#3828dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3828dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3828dc Color CSS Codes

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

#3828dc Text Font Color

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

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


#3828dc Background Color

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

This div background color is #3828dc


#3828dc Border Color

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

This div border color is #3828dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3828dc


Comments

No comments written yet.

Please login to write comment.