Color Hex Logo

#383bbe Color Hex

#383BBE
(56,59,190)
0 Favorites   0 Comments

Color spaces of #383bbe

RGB 5659190
HSL0.660.540.48
HSV239°71°75°
CMYK 0.710.690.00   0.25
XYZ12.48917.686449.5406
Yxy7.68640.17910.1103
Hunter Lab27.724431.8920-86.5381
CIE-Lab33.321141.6046-68.7899

#383bbe color RGB value is (56,59,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111011 10111110
Octal 70 73 276
Decimal 56 59 190
Hex 38 3B BE

RGB Percentages of Color #383bbe

%18.36
%19.34
%62.30

CMYK Percentages of Color #383bbe

%71
%69
%0
%25

Triadic Colors of #383bbe

#383bbe #be383b #3bbe38

Analogous Colors of #383bbe

#383bbe #7838be #387ebe

Monochromatic Colors of #383bbe

#383bbe

Complementary Color

#383bbe #bebb38

#383bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#383bbe Color CSS Codes

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

#383bbe Text Font Color

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

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


#383bbe Background Color

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

This div background color is #383bbe


#383bbe Border Color

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

This div border color is #383bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383bbe


Comments

No comments written yet.

Please login to write comment.