Color Hex Logo

#383fed Color Hex

#383FED
(56,63,237)
0 Favorites   0 Comments

Color spaces of #383fed

RGB 5663237
HSL0.660.830.57
HSV238°76°93°
CMYK 0.760.730.00   0.07
XYZ18.694510.510281.1641
Yxy10.51020.16940.0952
Hunter Lab32.419446.1971-125.7426
CIE-Lab38.743054.8171-86.9574

#383fed color RGB value is (56,63,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111111 11101101
Octal 70 77 355
Decimal 56 63 237
Hex 38 3F ED

RGB Percentages of Color #383fed

%15.73
%17.70
%66.57

CMYK Percentages of Color #383fed

%76
%73
%0
%7

Triadic Colors of #383fed

#383fed #ed383f #3fed38

Analogous Colors of #383fed

#383fed #8c38ed #389aed

Monochromatic Colors of #383fed

#383fed

Complementary Color

#383fed #ede638

#383fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#383fed Color CSS Codes

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

#383fed Text Font Color

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

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


#383fed Background Color

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

This div background color is #383fed


#383fed Border Color

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

This div border color is #383fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383fed


Comments

No comments written yet.

Please login to write comment.