Color Hex Logo

#338cca Color Hex

#338CCA
(51,140,202)
0 Favorites   0 Comments

Color spaces of #338cca

RGB 51140202
HSL0.570.600.50
HSV205°75°79°
CMYK 0.750.310.00   0.21
XYZ21.404023.724259.3282
Yxy23.72420.20490.2271
Hunter Lab48.7075-6.7982-38.1230
CIE-Lab55.8106-5.3310-39.5429

#338cca color RGB value is (51,140,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001100 11001010
Octal 63 214 312
Decimal 51 140 202
Hex 33 8C CA

RGB Percentages of Color #338cca

%12.98
%35.62
%51.40

CMYK Percentages of Color #338cca

%75
%31
%0
%21

Triadic Colors of #338cca

#338cca #ca338c #8cca33

Analogous Colors of #338cca

#338cca #3340ca #33cabd

Monochromatic Colors of #338cca

#338cca

Complementary Color

#338cca #ca7133

#338cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#338cca Color CSS Codes

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

#338cca Text Font Color

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

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


#338cca Background Color

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

This div background color is #338cca


#338cca Border Color

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

This div border color is #338cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338cca


Comments

No comments written yet.

Please login to write comment.