Color Hex Logo

#0381ca Color Hex

#0381CA
(3,129,202)
0 Favorites   0 Comments

Color spaces of #0381ca

RGB 3129202
HSL0.560.970.40
HSV202°99°79°
CMYK 0.990.360.00   0.21
XYZ18.548519.984158.7568
Yxy19.98410.19070.2054
Hunter Lab44.7036-4.1677-46.6362
CIE-Lab51.8192-2.3050-45.8984

#0381ca color RGB value is (3,129,202).

#0381ca hex color red value is 3, green value is 129 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #0381ca hue: 0.56 , saturation: 0.97 and the lightness value of 0381ca is 0.40.

The process color (four color CMYK) of #0381ca color hex is 0.99, 0.36, 0.00, 0.21. Web safe color of #0381ca is #0099cc. Color #0381ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10000001 11001010
Octal 3 201 312
Decimal 3 129 202
Hex 3 81 CA

RGB Percentages of Color #0381ca

%0.90
%38.62
%60.48

CMYK Percentages of Color #0381ca

%99
%36
%0
%21

Triadic Colors of #0381ca

#0381ca #ca0381 #81ca03

Analogous Colors of #0381ca

#0381ca #031eca #03cab0

Monochromatic Colors of #0381ca

#0381ca

Complementary Color

#0381ca #ca4c03

#0381ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0381ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0381ca Color CSS Codes

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

#0381ca Text Font Color

<p style="color:#0381ca">Text here</p>

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


#0381ca Background Color

<div style="background-color:#0381ca">
Div content here</div>

This div background color is #0381ca


#0381ca Border Color

<div style="border:3px solid #0381ca">
Div here</div>

This div border color is #0381ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,129,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0381ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0381ca;
  -webkit-box-shadow: 1px 1px 3px 2px #0381ca;
  box-shadow:         1px 1px 3px 2px #0381ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,129,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 #0381ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0381ca


Comments

No comments written yet.

Please login to write comment.