Color Hex Logo

#338dcf Color Hex

#338DCF
(51,141,207)
0 Favorites   0 Comments

Color spaces of #338dcf

RGB 51141207
HSL0.570.620.51
HSV205°75°81°
CMYK 0.750.320.00   0.19
XYZ22.152624.258662.5463
Yxy24.25860.20330.2226
Hunter Lab49.2530-5.9086-40.8151
CIE-Lab56.3458-4.1320-41.5218

#338dcf color RGB value is (51,141,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001101 11001111
Octal 63 215 317
Decimal 51 141 207
Hex 33 8D CF

RGB Percentages of Color #338dcf

%12.78
%35.34
%51.88

CMYK Percentages of Color #338dcf

%75
%32
%0
%19

Triadic Colors of #338dcf

#338dcf #cf338d #8dcf33

Analogous Colors of #338dcf

#338dcf #333fcf #33cfc3

Monochromatic Colors of #338dcf

#338dcf

Complementary Color

#338dcf #cf7533

#338dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#338dcf Color CSS Codes

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

#338dcf Text Font Color

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

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


#338dcf Background Color

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

This div background color is #338dcf


#338dcf Border Color

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

This div border color is #338dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338dcf


Comments

No comments written yet.

Please login to write comment.