Color Hex Logo

#3090cf Color Hex

#3090CF
(48,144,207)
0 Favorites   0 Comments

Color spaces of #3090cf

RGB 48144207
HSL0.570.620.50
HSV204°77°81°
CMYK 0.770.300.00   0.19
XYZ22.454725.079962.6889
Yxy25.07990.20370.2275
Hunter Lab50.0798-7.6042-39.1621
CIE-Lab57.1532-6.2198-40.2560

#3090cf color RGB value is (48,144,207).

#3090cf hex color red value is 48, green value is 144 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #3090cf hue: 0.57 , saturation: 0.62 and the lightness value of 3090cf is 0.50.

The process color (four color CMYK) of #3090cf color hex is 0.77, 0.30, 0.00, 0.19. Web safe color of #3090cf is #3399cc. Color #3090cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10010000 11001111
Octal 60 220 317
Decimal 48 144 207
Hex 30 90 CF

RGB Percentages of Color #3090cf

%12.03
%36.09
%51.88

CMYK Percentages of Color #3090cf

%77
%30
%0
%19

Triadic Colors of #3090cf

#3090cf #cf3090 #90cf30

Analogous Colors of #3090cf

#3090cf #3041cf #30cfbf

Monochromatic Colors of #3090cf

#3090cf

Complementary Color

#3090cf #cf6f30

#3090cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3090cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3090cf Color CSS Codes

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

#3090cf Text Font Color

<p style="color:#3090cf">Text here</p>

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


#3090cf Background Color

<div style="background-color:#3090cf">
Div content here</div>

This div background color is #3090cf


#3090cf Border Color

<div style="border:3px solid #3090cf">
Div here</div>

This div border color is #3090cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,144,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3090cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3090cf;
  -webkit-box-shadow: 1px 1px 3px 2px #3090cf;
  box-shadow:         1px 1px 3px 2px #3090cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3090cf


Comments

No comments written yet.

Please login to write comment.