Color Hex Logo

#3933dd Color Hex

#3933DD
(57,51,221)
0 Favorites   0 Comments

Color spaces of #3933dd

RGB 5751221
HSL0.670.710.53
HSV242°77°87°
CMYK 0.740.770.00   0.13
XYZ15.92238.458069.2000
Yxy8.45800.17010.0904
Hunter Lab29.082646.8314-120.7183
CIE-Lab34.919156.1508-84.1624

#3933dd color RGB value is (57,51,221).

#3933dd hex color red value is 57, green value is 51 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3933dd hue: 0.67 , saturation: 0.71 and the lightness value of 3933dd is 0.53.

The process color (four color CMYK) of #3933dd color hex is 0.74, 0.77, 0.00, 0.13. Web safe color of #3933dd is #3333cc. Color #3933dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00110011 11011101
Octal 71 63 335
Decimal 57 51 221
Hex 39 33 DD

RGB Percentages of Color #3933dd

%17.33
%15.50
%67.17

CMYK Percentages of Color #3933dd

%74
%77
%0
%13

Triadic Colors of #3933dd

#3933dd #dd3933 #33dd39

Analogous Colors of #3933dd

#3933dd #8e33dd #3382dd

Monochromatic Colors of #3933dd

#3933dd

Complementary Color

#3933dd #d7dd33

#3933dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3933dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3933dd Color CSS Codes

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

#3933dd Text Font Color

<p style="color:#3933dd">Text here</p>

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


#3933dd Background Color

<div style="background-color:#3933dd">
Div content here</div>

This div background color is #3933dd


#3933dd Border Color

<div style="border:3px solid #3933dd">
Div here</div>

This div border color is #3933dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,51,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3933dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3933dd;
  -webkit-box-shadow: 1px 1px 3px 2px #3933dd;
  box-shadow:         1px 1px 3px 2px #3933dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,51,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #3933dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3933dd


Comments

No comments written yet.

Please login to write comment.