Color Hex Logo

#381cfe Color Hex

#381CFE
(56,28,254)
0 Favorites   0 Comments

Color spaces of #381cfe

RGB 5628254
HSL0.690.990.55
HSV247°89°100°
CMYK 0.780.890.00   0.00
XYZ19.93558.827094.4190
Yxy8.82700.16180.0717
Hunter Lab29.710367.7800-167.6260
CIE-Lab35.649174.4499-101.6700

#381cfe color RGB value is (56,28,254).

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

The process color (four color CMYK) of #381cfe color hex is 0.78, 0.89, 0.00, 0.00. Web safe color of #381cfe is #3333ff. Color #381cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011100 11111110
Octal 70 34 376
Decimal 56 28 254
Hex 38 1C FE

RGB Percentages of Color #381cfe

%16.57
%8.28
%75.15

CMYK Percentages of Color #381cfe

%78
%89
%0
%0

Triadic Colors of #381cfe

#381cfe #fe381c #1cfe38

Analogous Colors of #381cfe

#381cfe #a91cfe #1c71fe

Monochromatic Colors of #381cfe

#381cfe

Complementary Color

#381cfe #e2fe1c

#381cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#381cfe Color CSS Codes

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

#381cfe Text Font Color

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

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


#381cfe Background Color

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

This div background color is #381cfe


#381cfe Border Color

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

This div border color is #381cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381cfe


Comments

No comments written yet.

Please login to write comment.