Color Hex Logo

#383ced Color Hex

#383CED
(56,60,237)
0 Favorites   0 Comments

Color spaces of #383ced

RGB 5660237
HSL0.660.830.57
HSV239°76°93°
CMYK 0.760.750.00   0.07
XYZ18.532810.186981.1102
Yxy10.18690.16870.0928
Hunter Lab31.916947.7927-128.3313
CIE-Lab38.175856.4210-87.8951

#383ced color RGB value is (56,60,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111100 11101101
Octal 70 74 355
Decimal 56 60 237
Hex 38 3C ED

RGB Percentages of Color #383ced

%15.86
%17.00
%67.14

CMYK Percentages of Color #383ced

%76
%75
%0
%7

Triadic Colors of #383ced

#383ced #ed383c #3ced38

Analogous Colors of #383ced

#383ced #8f38ed #3897ed

Monochromatic Colors of #383ced

#383ced

Complementary Color

#383ced #ede938

#383ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#383ced Color CSS Codes

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

#383ced Text Font Color

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

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


#383ced Background Color

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

This div background color is #383ced


#383ced Border Color

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

This div border color is #383ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383ced


Comments

No comments written yet.

Please login to write comment.