Color Hex Logo

#338dca Color Hex

#338DCA
(51,141,202)
0 Favorites   0 Comments

Color spaces of #338dca

RGB 51141202
HSL0.570.600.50
HSV204°75°79°
CMYK 0.750.300.00   0.21
XYZ21.550824.017859.3772
Yxy24.01780.20540.2289
Hunter Lab49.0080-7.2702-37.5292
CIE-Lab56.1056-5.9088-39.0792

#338dca color RGB value is (51,141,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001101 11001010
Octal 63 215 312
Decimal 51 141 202
Hex 33 8D CA

RGB Percentages of Color #338dca

%12.94
%35.79
%51.27

CMYK Percentages of Color #338dca

%75
%30
%0
%21

Triadic Colors of #338dca

#338dca #ca338d #8dca33

Analogous Colors of #338dca

#338dca #3342ca #33cabc

Monochromatic Colors of #338dca

#338dca

Complementary Color

#338dca #ca7033

#338dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#338dca Color CSS Codes

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

#338dca Text Font Color

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

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


#338dca Background Color

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

This div background color is #338dca


#338dca Border Color

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

This div border color is #338dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338dca


Comments

No comments written yet.

Please login to write comment.