Color Hex Logo

#308fcf Color Hex

#308FCF
(48,143,207)
0 Favorites   0 Comments

Color spaces of #308fcf

RGB 48143207
HSL0.570.620.50
HSV204°77°81°
CMYK 0.770.310.00   0.19
XYZ22.303924.778362.6386
Yxy24.77830.20330.2258
Hunter Lab49.7778-7.1308-39.7639
CIE-Lab56.8588-5.6442-40.7191

#308fcf color RGB value is (48,143,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001111 11001111
Octal 60 217 317
Decimal 48 143 207
Hex 30 8F CF

RGB Percentages of Color #308fcf

%12.06
%35.93
%52.01

CMYK Percentages of Color #308fcf

%77
%31
%0
%19

Triadic Colors of #308fcf

#308fcf #cf308f #8fcf30

Analogous Colors of #308fcf

#308fcf #303fcf #30cfc0

Monochromatic Colors of #308fcf

#308fcf

Complementary Color

#308fcf #cf7030

#308fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#308fcf Color CSS Codes

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

#308fcf Text Font Color

<p style="color:#308fcf">Text here</p>

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


#308fcf Background Color

<div style="background-color:#308fcf">
Div content here</div>

This div background color is #308fcf


#308fcf Border Color

<div style="border:3px solid #308fcf">
Div here</div>

This div border color is #308fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308fcf


Comments

No comments written yet.

Please login to write comment.