Color Hex Logo

#438fc0 Color Hex

#438FC0
(67,143,192)
0 Favorites   0 Comments

Color spaces of #438fc0

RGB 67143192
HSL0.570.500.51
HSV204°65°75°
CMYK 0.650.260.00   0.25
XYZ21.651624.644053.4848
Yxy24.64400.21700.2470
Hunter Lab49.6427-9.0223-29.1288
CIE-Lab56.7269-8.1121-32.4136

#438fc0 color RGB value is (67,143,192).

#438fc0 hex color red value is 67, green value is 143 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #438fc0 hue: 0.57 , saturation: 0.50 and the lightness value of 438fc0 is 0.51.

The process color (four color CMYK) of #438fc0 color hex is 0.65, 0.26, 0.00, 0.25. Web safe color of #438fc0 is #3399cc. Color #438fc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001111 11000000
Octal 103 217 300
Decimal 67 143 192
Hex 43 8F C0

RGB Percentages of Color #438fc0

%16.67
%35.57
%47.76

CMYK Percentages of Color #438fc0

%65
%26
%0
%25

Triadic Colors of #438fc0

#438fc0 #c0438f #8fc043

Analogous Colors of #438fc0

#438fc0 #4351c0 #43c0b3

Monochromatic Colors of #438fc0

#438fc0

Complementary Color

#438fc0 #c07443

#438fc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438fc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#438fc0 Color CSS Codes

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

#438fc0 Text Font Color

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

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


#438fc0 Background Color

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

This div background color is #438fc0


#438fc0 Border Color

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

This div border color is #438fc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438fc0


Comments

No comments written yet.

Please login to write comment.