Color Hex Logo

#383ceb Color Hex

#383CEB
(56,60,235)
0 Favorites   0 Comments

Color spaces of #383ceb

RGB 5660235
HSL0.660.820.57
HSV239°76°92°
CMYK 0.760.740.00   0.08
XYZ18.242110.070679.5796
Yxy10.07060.16910.0933
Hunter Lab31.734247.0741-126.4671
CIE-Lab37.968855.7891-87.1043

#383ceb color RGB value is (56,60,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111100 11101011
Octal 70 74 353
Decimal 56 60 235
Hex 38 3C EB

RGB Percentages of Color #383ceb

%15.95
%17.09
%66.95

CMYK Percentages of Color #383ceb

%76
%74
%0
%8

Triadic Colors of #383ceb

#383ceb #eb383c #3ceb38

Analogous Colors of #383ceb

#383ceb #8e38eb #3896eb

Monochromatic Colors of #383ceb

#383ceb

Complementary Color

#383ceb #ebe738

#383ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#383ceb Color CSS Codes

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

#383ceb Text Font Color

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

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


#383ceb Background Color

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

This div background color is #383ceb


#383ceb Border Color

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

This div border color is #383ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383ceb


Comments

No comments written yet.

Please login to write comment.