Color Hex Logo

#381fca Color Hex

#381FCA
(56,31,202)
0 Favorites   0 Comments

Color spaces of #381fca

RGB 5631202
HSL0.690.730.46
HSV249°85°79°
CMYK 0.720.850.00   0.21
XYZ12.78156.085056.3780
Yxy6.08500.16990.0809
Hunter Lab24.667849.3203-118.2393
CIE-Lab29.625959.5004-81.9350

#381fca color RGB value is (56,31,202).

#381fca hex color red value is 56, green value is 31 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #381fca hue: 0.69 , saturation: 0.73 and the lightness value of 381fca is 0.46.

The process color (four color CMYK) of #381fca color hex is 0.72, 0.85, 0.00, 0.21. Web safe color of #381fca is #3333cc. Color #381fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011111 11001010
Octal 70 37 312
Decimal 56 31 202
Hex 38 1F CA

RGB Percentages of Color #381fca

%19.38
%10.73
%69.90

CMYK Percentages of Color #381fca

%72
%85
%0
%21

Triadic Colors of #381fca

#381fca #ca381f #1fca38

Analogous Colors of #381fca

#381fca #8e1fca #1f5cca

Monochromatic Colors of #381fca

#381fca

Complementary Color

#381fca #b1ca1f

#381fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#381fca Color CSS Codes

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

#381fca Text Font Color

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

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


#381fca Background Color

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

This div background color is #381fca


#381fca Border Color

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

This div border color is #381fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381fca


Comments

No comments written yet.

Please login to write comment.