Color Hex Logo

#338fce Color Hex

#338FCE
(51,143,206)
0 Favorites   0 Comments

Color spaces of #338fce

RGB 51143206
HSL0.570.610.50
HSV204°75°81°
CMYK 0.750.310.00   0.19
XYZ22.328324.805062.0035
Yxy24.80500.20460.2273
Hunter Lab49.8046-7.1333-38.9489
CIE-Lab56.8849-5.6446-40.1099

#338fce color RGB value is (51,143,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001111 11001110
Octal 63 217 316
Decimal 51 143 206
Hex 33 8F CE

RGB Percentages of Color #338fce

%12.75
%35.75
%51.50

CMYK Percentages of Color #338fce

%75
%31
%0
%19

Triadic Colors of #338fce

#338fce #ce338f #8fce33

Analogous Colors of #338fce

#338fce #3342ce #33cec0

Monochromatic Colors of #338fce

#338fce

Complementary Color

#338fce #ce7233

#338fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#338fce Color CSS Codes

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

#338fce Text Font Color

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

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


#338fce Background Color

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

This div background color is #338fce


#338fce Border Color

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

This div border color is #338fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338fce


Comments

No comments written yet.

Please login to write comment.