Color Hex Logo

#383ebe Color Hex

#383EBE
(56,62,190)
0 Favorites   0 Comments

Color spaces of #383ebe

RGB 5662190
HSL0.660.540.48
HSV237°71°75°
CMYK 0.710.670.00   0.25
XYZ12.64788.003749.5935
Yxy8.00370.18010.1139
Hunter Lab28.290830.2920-84.1312
CIE-Lab33.990639.7908-67.6903

#383ebe color RGB value is (56,62,190).

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

The process color (four color CMYK) of #383ebe color hex is 0.71, 0.67, 0.00, 0.25. Web safe color of #383ebe is #3333cc. Color #383ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111110 10111110
Octal 70 76 276
Decimal 56 62 190
Hex 38 3E BE

RGB Percentages of Color #383ebe

%18.18
%20.13
%61.69

CMYK Percentages of Color #383ebe

%71
%67
%0
%25

Triadic Colors of #383ebe

#383ebe #be383e #3ebe38

Analogous Colors of #383ebe

#383ebe #7538be #3881be

Monochromatic Colors of #383ebe

#383ebe

Complementary Color

#383ebe #beb838

#383ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#383ebe Color CSS Codes

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

#383ebe Text Font Color

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

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


#383ebe Background Color

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

This div background color is #383ebe


#383ebe Border Color

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

This div border color is #383ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383ebe


Comments

No comments written yet.

Please login to write comment.