Color Hex Logo

#383ecd Color Hex

#383ECD
(56,62,205)
0 Favorites   0 Comments

Color spaces of #383ecd

RGB 5662205
HSL0.660.600.51
HSV238°73°80°
CMYK 0.730.700.00   0.20
XYZ14.37308.693858.6781
Yxy8.69380.17580.1064
Hunter Lab29.485335.4131-97.3524
CIE-Lab35.387944.8832-74.1555

#383ecd color RGB value is (56,62,205).

#383ecd hex color red value is 56, green value is 62 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #383ecd hue: 0.66 , saturation: 0.60 and the lightness value of 383ecd is 0.51.

The process color (four color CMYK) of #383ecd color hex is 0.73, 0.70, 0.00, 0.20. Web safe color of #383ecd is #3333cc. Color #383ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111110 11001101
Octal 70 76 315
Decimal 56 62 205
Hex 38 3E CD

RGB Percentages of Color #383ecd

%17.34
%19.20
%63.47

CMYK Percentages of Color #383ecd

%73
%70
%0
%20

Triadic Colors of #383ecd

#383ecd #cd383e #3ecd38

Analogous Colors of #383ecd

#383ecd #7d38cd #3889cd

Monochromatic Colors of #383ecd

#383ecd

Complementary Color

#383ecd #cdc738

#383ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#383ecd Color CSS Codes

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

#383ecd Text Font Color

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

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


#383ecd Background Color

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

This div background color is #383ecd


#383ecd Border Color

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

This div border color is #383ecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,62,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383ecd


Comments

No comments written yet.

Please login to write comment.