Color Hex Logo

#383deb Color Hex

#383DEB
(56,61,235)
0 Favorites   0 Comments

Color spaces of #383deb

RGB 5661235
HSL0.660.820.57
HSV238°76°92°
CMYK 0.760.740.00   0.08
XYZ18.295010.176479.5972
Yxy10.17640.16930.0942
Hunter Lab31.900546.5444-125.6085
CIE-Lab38.157255.2558-86.7928

#383deb color RGB value is (56,61,235).

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

The process color (four color CMYK) of #383deb color hex is 0.76, 0.74, 0.00, 0.08. Web safe color of #383deb is #3333ff. Color #383deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111101 11101011
Octal 70 75 353
Decimal 56 61 235
Hex 38 3D EB

RGB Percentages of Color #383deb

%15.91
%17.33
%66.76

CMYK Percentages of Color #383deb

%76
%74
%0
%8

Triadic Colors of #383deb

#383deb #eb383d #3deb38

Analogous Colors of #383deb

#383deb #8d38eb #3897eb

Monochromatic Colors of #383deb

#383deb

Complementary Color

#383deb #ebe638

#383deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#383deb Color CSS Codes

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

#383deb Text Font Color

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

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


#383deb Background Color

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

This div background color is #383deb


#383deb Border Color

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

This div border color is #383deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383deb


Comments

No comments written yet.

Please login to write comment.