Color Hex Logo

#338fcb Color Hex

#338FCB
(51,143,203)
0 Favorites   0 Comments

Color spaces of #338fcb

RGB 51143203
HSL0.570.600.50
HSV204°75°80°
CMYK 0.750.300.00   0.20
XYZ21.967224.660560.1021
Yxy24.66050.20580.2311
Hunter Lab49.6593-7.9430-36.9964
CIE-Lab56.7431-6.7055-38.6423

#338fcb color RGB value is (51,143,203).

#338fcb hex color red value is 51, green value is 143 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #338fcb hue: 0.57 , saturation: 0.60 and the lightness value of 338fcb is 0.50.

The process color (four color CMYK) of #338fcb color hex is 0.75, 0.30, 0.00, 0.20. Web safe color of #338fcb is #3399cc. Color #338fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001111 11001011
Octal 63 217 313
Decimal 51 143 203
Hex 33 8F CB

RGB Percentages of Color #338fcb

%12.85
%36.02
%51.13

CMYK Percentages of Color #338fcb

%75
%30
%0
%20

Triadic Colors of #338fcb

#338fcb #cb338f #8fcb33

Analogous Colors of #338fcb

#338fcb #3343cb #33cbbb

Monochromatic Colors of #338fcb

#338fcb

Complementary Color

#338fcb #cb6f33

#338fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#338fcb Color CSS Codes

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

#338fcb Text Font Color

<p style="color:#338fcb">Text here</p>

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


#338fcb Background Color

<div style="background-color:#338fcb">
Div content here</div>

This div background color is #338fcb


#338fcb Border Color

<div style="border:3px solid #338fcb">
Div here</div>

This div border color is #338fcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,143,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #338fcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #338fcb;
  -webkit-box-shadow: 1px 1px 3px 2px #338fcb;
  box-shadow:         1px 1px 3px 2px #338fcb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338fcb


Comments

No comments written yet.

Please login to write comment.