Color Hex Logo

#381afc Color Hex

#381AFC
(56,26,252)
0 Favorites   0 Comments

Color spaces of #381afc

RGB 5626252
HSL0.690.970.55
HSV248°90°99°
CMYK 0.780.900.00   0.01
XYZ19.57108.607892.7254
Yxy8.60780.16190.0712
Hunter Lab29.339167.7274-166.8473
CIE-Lab35.217974.4864-101.2661

#381afc color RGB value is (56,26,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011010 11111100
Octal 70 32 374
Decimal 56 26 252
Hex 38 1A FC

RGB Percentages of Color #381afc

%16.77
%7.78
%75.45

CMYK Percentages of Color #381afc

%78
%90
%0
%1

Triadic Colors of #381afc

#381afc #fc381a #1afc38

Analogous Colors of #381afc

#381afc #a91afc #1a6dfc

Monochromatic Colors of #381afc

#381afc

Complementary Color

#381afc #defc1a

#381afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#381afc Color CSS Codes

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

#381afc Text Font Color

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

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


#381afc Background Color

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

This div background color is #381afc


#381afc Border Color

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

This div border color is #381afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381afc


Comments

No comments written yet.

Please login to write comment.