Color Hex Logo

#338fd6 Color Hex

#338FD6
(51,143,214)
0 Favorites   0 Comments

Color spaces of #338fd6

RGB 51143214
HSL0.570.670.52
HSV206°76°84°
CMYK 0.760.330.00   0.16
XYZ23.325325.203867.2538
Yxy25.20380.20150.2177
Hunter Lab50.2034-4.9220-44.2841
CIE-Lab57.2735-2.7940-43.9930

#338fd6 color RGB value is (51,143,214).

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

The process color (four color CMYK) of #338fd6 color hex is 0.76, 0.33, 0.00, 0.16. Web safe color of #338fd6 is #3399cc. Color #338fd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001111 11010110
Octal 63 217 326
Decimal 51 143 214
Hex 33 8F D6

RGB Percentages of Color #338fd6

%12.50
%35.05
%52.45

CMYK Percentages of Color #338fd6

%76
%33
%0
%16

Triadic Colors of #338fd6

#338fd6 #d6338f #8fd633

Analogous Colors of #338fd6

#338fd6 #333ed6 #33d6cc

Monochromatic Colors of #338fd6

#338fd6

Complementary Color

#338fd6 #d67a33

#338fd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338fd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#338fd6 Color CSS Codes

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

#338fd6 Text Font Color

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

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


#338fd6 Background Color

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

This div background color is #338fd6


#338fd6 Border Color

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

This div border color is #338fd6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,143,214, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338fd6


Comments

No comments written yet.

Please login to write comment.