Color Hex Logo

#383ddd Color Hex

#383DDD
(56,61,221)
0 Favorites   0 Comments

Color spaces of #383ddd

RGB 5661221
HSL0.660.710.54
HSV238°75°87°
CMYK 0.750.720.00   0.13
XYZ16.35089.398769.3590
Yxy9.39870.17190.0988
Hunter Lab30.657341.5511-112.6774
CIE-Lab36.740950.7490-81.1530

#383ddd color RGB value is (56,61,221).

#383ddd hex color red value is 56, green value is 61 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #383ddd hue: 0.66 , saturation: 0.71 and the lightness value of 383ddd is 0.54.

The process color (four color CMYK) of #383ddd color hex is 0.75, 0.72, 0.00, 0.13. Web safe color of #383ddd is #3333cc. Color #383ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111101 11011101
Octal 70 75 335
Decimal 56 61 221
Hex 38 3D DD

RGB Percentages of Color #383ddd

%16.57
%18.05
%65.38

CMYK Percentages of Color #383ddd

%75
%72
%0
%13

Triadic Colors of #383ddd

#383ddd #dd383d #3ddd38

Analogous Colors of #383ddd

#383ddd #8638dd #3890dd

Monochromatic Colors of #383ddd

#383ddd

Complementary Color

#383ddd #ddd838

#383ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#383ddd Color CSS Codes

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

#383ddd Text Font Color

<p style="color:#383ddd">Text here</p>

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


#383ddd Background Color

<div style="background-color:#383ddd">
Div content here</div>

This div background color is #383ddd


#383ddd Border Color

<div style="border:3px solid #383ddd">
Div here</div>

This div border color is #383ddd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,61,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #383ddd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #383ddd;
  -webkit-box-shadow: 1px 1px 3px 2px #383ddd;
  box-shadow:         1px 1px 3px 2px #383ddd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383ddd


Comments

No comments written yet.

Please login to write comment.