Color Hex Logo

#381ceb Color Hex

#381CEB
(56,28,235)
0 Favorites   0 Comments

Color spaces of #381ceb

RGB 5628235
HSL0.690.840.52
HSV248°88°92°
CMYK 0.760.880.00   0.08
XYZ17.04157.669479.1794
Yxy7.66940.16400.0738
Hunter Lab27.693761.3773-150.1313
CIE-Lab33.284769.5081-94.8779

#381ceb color RGB value is (56,28,235).

#381ceb hex color red value is 56, green value is 28 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #381ceb hue: 0.69 , saturation: 0.84 and the lightness value of 381ceb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011100 11101011
Octal 70 34 353
Decimal 56 28 235
Hex 38 1C EB

RGB Percentages of Color #381ceb

%17.55
%8.78
%73.67

CMYK Percentages of Color #381ceb

%76
%88
%0
%8

Triadic Colors of #381ceb

#381ceb #eb381c #1ceb38

Analogous Colors of #381ceb

#381ceb #a01ceb #1c68eb

Monochromatic Colors of #381ceb

#381ceb

Complementary Color

#381ceb #cfeb1c

#381ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#381ceb Color CSS Codes

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

#381ceb Text Font Color

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

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


#381ceb Background Color

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

This div background color is #381ceb


#381ceb Border Color

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

This div border color is #381ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381ceb


Comments

No comments written yet.

Please login to write comment.