Color Hex Logo

#383bec Color Hex

#383BEC
(56,59,236)
0 Favorites   0 Comments

Color spaces of #383bec

RGB 5659236
HSL0.660.830.57
HSV239°76°93°
CMYK 0.760.750.00   0.07
XYZ18.335210.024880.3255
Yxy10.02480.16870.0922
Hunter Lab31.662047.9595-128.2537
CIE-Lab37.886956.6321-87.8066

#383bec color RGB value is (56,59,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111011 11101100
Octal 70 73 354
Decimal 56 59 236
Hex 38 3B EC

RGB Percentages of Color #383bec

%15.95
%16.81
%67.24

CMYK Percentages of Color #383bec

%76
%75
%0
%7

Triadic Colors of #383bec

#383bec #ec383b #3bec38

Analogous Colors of #383bec

#383bec #8f38ec #3895ec

Monochromatic Colors of #383bec

#383bec

Complementary Color

#383bec #ece938

#383bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#383bec Color CSS Codes

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

#383bec Text Font Color

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

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


#383bec Background Color

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

This div background color is #383bec


#383bec Border Color

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

This div border color is #383bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383bec


Comments

No comments written yet.

Please login to write comment.