Color Hex Logo

#438bcf Color Hex

#438BCF
(67,139,207)
0 Favorites   0 Comments

Color spaces of #438bcf

RGB 67139207
HSL0.580.590.54
HSV209°68°81°
CMYK 0.680.330.00   0.19
XYZ22.809824.163562.4933
Yxy24.16350.20840.2207
Hunter Lab49.1564-3.1952-40.9669
CIE-Lab56.2511-0.7107-41.6381

#438bcf color RGB value is (67,139,207).

#438bcf hex color red value is 67, green value is 139 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #438bcf hue: 0.58 , saturation: 0.59 and the lightness value of 438bcf is 0.54.

The process color (four color CMYK) of #438bcf color hex is 0.68, 0.33, 0.00, 0.19. Web safe color of #438bcf is #3399cc. Color #438bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001011 11001111
Octal 103 213 317
Decimal 67 139 207
Hex 43 8B CF

RGB Percentages of Color #438bcf

%16.22
%33.66
%50.12

CMYK Percentages of Color #438bcf

%68
%33
%0
%19

Triadic Colors of #438bcf

#438bcf #cf438b #8bcf43

Analogous Colors of #438bcf

#438bcf #4345cf #43cfcd

Monochromatic Colors of #438bcf

#438bcf

Complementary Color

#438bcf #cf8743

#438bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#438bcf Color CSS Codes

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

#438bcf Text Font Color

<p style="color:#438bcf">Text here</p>

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


#438bcf Background Color

<div style="background-color:#438bcf">
Div content here</div>

This div background color is #438bcf


#438bcf Border Color

<div style="border:3px solid #438bcf">
Div here</div>

This div border color is #438bcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,139,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #438bcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #438bcf;
  -webkit-box-shadow: 1px 1px 3px 2px #438bcf;
  box-shadow:         1px 1px 3px 2px #438bcf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,139,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 #438bcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438bcf


Comments

No comments written yet.

Please login to write comment.