Color Hex Logo

#3089cd Color Hex

#3089CD
(48,137,205)
0 Favorites   0 Comments

Color spaces of #3089cd

RGB 48137205
HSL0.570.620.50
HSV206°77°80°
CMYK 0.770.330.00   0.20
XYZ21.184022.927561.0665
Yxy22.92750.20140.2180
Hunter Lab47.8827-4.8236-42.0968
CIE-Lab54.9976-2.8725-42.5247

#3089cd color RGB value is (48,137,205).

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

The process color (four color CMYK) of #3089cd color hex is 0.77, 0.33, 0.00, 0.20. Web safe color of #3089cd is #3399cc. Color #3089cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001001 11001101
Octal 60 211 315
Decimal 48 137 205
Hex 30 89 CD

RGB Percentages of Color #3089cd

%12.31
%35.13
%52.56

CMYK Percentages of Color #3089cd

%77
%33
%0
%20

Triadic Colors of #3089cd

#3089cd #cd3089 #89cd30

Analogous Colors of #3089cd

#3089cd #303bcd #30cdc3

Monochromatic Colors of #3089cd

#3089cd

Complementary Color

#3089cd #cd7430

#3089cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3089cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3089cd Color CSS Codes

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

#3089cd Text Font Color

<p style="color:#3089cd">Text here</p>

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


#3089cd Background Color

<div style="background-color:#3089cd">
Div content here</div>

This div background color is #3089cd


#3089cd Border Color

<div style="border:3px solid #3089cd">
Div here</div>

This div border color is #3089cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,137,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3089cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3089cd;
  -webkit-box-shadow: 1px 1px 3px 2px #3089cd;
  box-shadow:         1px 1px 3px 2px #3089cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3089cd


Comments

No comments written yet.

Please login to write comment.