Color Hex Logo

#3088cd Color Hex

#3088CD
(48,136,205)
0 Favorites   0 Comments

Color spaces of #3088cd

RGB 48136205
HSL0.570.620.50
HSV206°77°80°
CMYK 0.770.340.00   0.20
XYZ21.042522.644561.0194
Yxy22.64450.20100.2163
Hunter Lab47.5862-4.3437-42.7167
CIE-Lab54.7043-2.2846-42.9880

#3088cd color RGB value is (48,136,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001000 11001101
Octal 60 210 315
Decimal 48 136 205
Hex 30 88 CD

RGB Percentages of Color #3088cd

%12.34
%34.96
%52.70

CMYK Percentages of Color #3088cd

%77
%34
%0
%20

Triadic Colors of #3088cd

#3088cd #cd3088 #88cd30

Analogous Colors of #3088cd

#3088cd #303acd #30cdc4

Monochromatic Colors of #3088cd

#3088cd

Complementary Color

#3088cd #cd7530

#3088cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3088cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3088cd Color CSS Codes

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

#3088cd Text Font Color

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

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


#3088cd Background Color

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

This div background color is #3088cd


#3088cd Border Color

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

This div border color is #3088cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,136,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 #3088cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3088cd


Comments

No comments written yet.

Please login to write comment.