Color Hex Logo

#4375de Color Hex

#4375DE
(67,117,222)
0 Favorites   0 Comments

Color spaces of #4375de

RGB 67117222
HSL0.610.700.57
HSV221°70°87°
CMYK 0.700.470.00   0.13
XYZ21.860819.189871.6591
Yxy19.18980.19400.1703
Hunter Lab43.806212.4169-66.3236
CIE-Lab50.908517.9474-58.6076

#4375de color RGB value is (67,117,222).

#4375de hex color red value is 67, green value is 117 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4375de hue: 0.61 , saturation: 0.70 and the lightness value of 4375de is 0.57.

The process color (four color CMYK) of #4375de color hex is 0.70, 0.47, 0.00, 0.13. Web safe color of #4375de is #3366cc. Color #4375de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01110101 11011110
Octal 103 165 336
Decimal 67 117 222
Hex 43 75 DE

RGB Percentages of Color #4375de

%16.50
%28.82
%54.68

CMYK Percentages of Color #4375de

%70
%47
%0
%13

Triadic Colors of #4375de

#4375de #de4375 #75de43

Analogous Colors of #4375de

#4375de #5e43de #43c3de

Monochromatic Colors of #4375de

#4375de

Complementary Color

#4375de #deac43

#4375de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4375de Color Preview on White Background

Lorem ipsum dolor sit amet.

#4375de Color CSS Codes

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

#4375de Text Font Color

<p style="color:#4375de">Text here</p>

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


#4375de Background Color

<div style="background-color:#4375de">
Div content here</div>

This div background color is #4375de


#4375de Border Color

<div style="border:3px solid #4375de">
Div here</div>

This div border color is #4375de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,117,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4375de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4375de;
  -webkit-box-shadow: 1px 1px 3px 2px #4375de;
  box-shadow:         1px 1px 3px 2px #4375de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4375de


Comments

No comments written yet.

Please login to write comment.