Color Hex Logo

#3083cb Color Hex

#3083CB
(48,131,203)
0 Favorites   0 Comments

Color spaces of #3083cb

RGB 48131203
HSL0.580.620.49
HSV208°76°80°
CMYK 0.760.350.00   0.20
XYZ20.114721.172859.5265
Yxy21.17280.19950.2100
Hunter Lab46.0139-2.4942-44.4915
CIE-Lab53.1381-0.0465-44.3324

#3083cb color RGB value is (48,131,203).

#3083cb hex color red value is 48, green value is 131 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #3083cb hue: 0.58 , saturation: 0.62 and the lightness value of 3083cb is 0.49.

The process color (four color CMYK) of #3083cb color hex is 0.76, 0.35, 0.00, 0.20. Web safe color of #3083cb is #3399cc. Color #3083cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000011 11001011
Octal 60 203 313
Decimal 48 131 203
Hex 30 83 CB

RGB Percentages of Color #3083cb

%12.57
%34.29
%53.14

CMYK Percentages of Color #3083cb

%76
%35
%0
%20

Triadic Colors of #3083cb

#3083cb #cb3083 #83cb30

Analogous Colors of #3083cb

#3083cb #3035cb #30cbc6

Monochromatic Colors of #3083cb

#3083cb

Complementary Color

#3083cb #cb7830

#3083cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3083cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3083cb Color CSS Codes

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

#3083cb Text Font Color

<p style="color:#3083cb">Text here</p>

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


#3083cb Background Color

<div style="background-color:#3083cb">
Div content here</div>

This div background color is #3083cb


#3083cb Border Color

<div style="border:3px solid #3083cb">
Div here</div>

This div border color is #3083cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,131,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3083cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3083cb;
  -webkit-box-shadow: 1px 1px 3px 2px #3083cb;
  box-shadow:         1px 1px 3px 2px #3083cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,131,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3083cb


Comments

No comments written yet.

Please login to write comment.