Color Hex Logo

#338cf5 Color Hex

#338CF5
(51,140,245)
0 Favorites   0 Comments

Color spaces of #338cf5

RGB 51140245
HSL0.590.910.58
HSV212°79°96°
CMYK 0.790.430.00   0.04
XYZ27.224826.052589.9799
Yxy26.05250.19000.1819
Hunter Lab51.04165.8862-68.7915
CIE-Lab58.086810.2537-59.9471

#338cf5 color RGB value is (51,140,245).

#338cf5 hex color red value is 51, green value is 140 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #338cf5 hue: 0.59 , saturation: 0.91 and the lightness value of 338cf5 is 0.58.

The process color (four color CMYK) of #338cf5 color hex is 0.79, 0.43, 0.00, 0.04. Web safe color of #338cf5 is #3399ff. Color #338cf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001100 11110101
Octal 63 214 365
Decimal 51 140 245
Hex 33 8C F5

RGB Percentages of Color #338cf5

%11.70
%32.11
%56.19

CMYK Percentages of Color #338cf5

%79
%43
%0
%4

Triadic Colors of #338cf5

#338cf5 #f5338c #8cf533

Analogous Colors of #338cf5

#338cf5 #3b33f5 #33edf5

Monochromatic Colors of #338cf5

#338cf5

Complementary Color

#338cf5 #f59c33

#338cf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338cf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#338cf5 Color CSS Codes

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

#338cf5 Text Font Color

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

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


#338cf5 Background Color

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

This div background color is #338cf5


#338cf5 Border Color

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

This div border color is #338cf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338cf5


Comments

No comments written yet.

Please login to write comment.