Color Hex Logo

#0083ca Color Hex

#0083CA
(0,131,202)
0 Favorites   0 Comments

Color spaces of #0083ca

RGB 0131202
HSL0.561.000.40
HSV201°100°79°
CMYK 1.000.350.00   0.21
XYZ18.777020.496958.8438
Yxy20.49690.19140.2089
Hunter Lab45.2735-5.1965-45.3702
CIE-Lab52.3944-3.5983-44.9870

#0083ca color RGB value is (0,131,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10000011 11001010
Octal 0 203 312
Decimal 0 131 202
Hex 0 83 CA

RGB Percentages of Color #0083ca

%0.00
%39.34
%60.66

CMYK Percentages of Color #0083ca

%100
%35
%0
%21

Triadic Colors of #0083ca

#0083ca #ca0083 #83ca00

Analogous Colors of #0083ca

#0083ca #001eca #00caac

Monochromatic Colors of #0083ca

#0083ca

Complementary Color

#0083ca #ca4700

#0083ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0083ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0083ca Color CSS Codes

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

#0083ca Text Font Color

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

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


#0083ca Background Color

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

This div background color is #0083ca


#0083ca Border Color

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

This div border color is #0083ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0083ca


Comments

No comments written yet.

Please login to write comment.