Color Hex Logo

#3340dc Color Hex

#3340DC
(51,64,220)
0 Favorites   0 Comments

Color spaces of #3340dc

RGB 5164220
HSL0.650.710.53
HSV235°77°86°
CMYK 0.770.710.00   0.14
XYZ16.11699.537968.7017
Yxy9.53790.17080.1011
Hunter Lab30.883539.1061-110.2748
CIE-Lab37.000048.2998-80.1609

#3340dc color RGB value is (51,64,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000000 11011100
Octal 63 100 334
Decimal 51 64 220
Hex 33 40 DC

RGB Percentages of Color #3340dc

%15.22
%19.10
%65.67

CMYK Percentages of Color #3340dc

%77
%71
%0
%14

Triadic Colors of #3340dc

#3340dc #dc3340 #40dc33

Analogous Colors of #3340dc

#3340dc #7b33dc #3395dc

Monochromatic Colors of #3340dc

#3340dc

Complementary Color

#3340dc #dccf33

#3340dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3340dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3340dc Color CSS Codes

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

#3340dc Text Font Color

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

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


#3340dc Background Color

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

This div background color is #3340dc


#3340dc Border Color

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

This div border color is #3340dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3340dc


Comments

No comments written yet.

Please login to write comment.