Color Hex Logo

#3830dc Color Hex

#3830DC
(56,48,220)
0 Favorites   0 Comments

Color spaces of #3830dc

RGB 5648220
HSL0.670.710.53
HSV243°78°86°
CMYK 0.750.780.00   0.14
XYZ15.60618.122068.4553
Yxy8.12200.16930.0881
Hunter Lab28.499147.8730-122.4660
CIE-Lab34.235757.2597-84.7216

#3830dc color RGB value is (56,48,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110000 11011100
Octal 70 60 334
Decimal 56 48 220
Hex 38 30 DC

RGB Percentages of Color #3830dc

%17.28
%14.81
%67.90

CMYK Percentages of Color #3830dc

%75
%78
%0
%14

Triadic Colors of #3830dc

#3830dc #dc3830 #30dc38

Analogous Colors of #3830dc

#3830dc #8e30dc #307edc

Monochromatic Colors of #3830dc

#3830dc

Complementary Color

#3830dc #d4dc30

#3830dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3830dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3830dc Color CSS Codes

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

#3830dc Text Font Color

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

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


#3830dc Background Color

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

This div background color is #3830dc


#3830dc Border Color

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

This div border color is #3830dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3830dc


Comments

No comments written yet.

Please login to write comment.