Color Hex Logo

#4175de Color Hex

#4175DE
(65,117,222)
0 Favorites   0 Comments

Color spaces of #4175de

RGB 65117222
HSL0.610.700.56
HSV220°71°87°
CMYK 0.710.470.00   0.13
XYZ21.726119.120371.6527
Yxy19.12030.19310.1700
Hunter Lab43.726812.1678-66.5466
CIE-Lab50.827717.6655-58.7418

#4175de color RGB value is (65,117,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110101 11011110
Octal 101 165 336
Decimal 65 117 222
Hex 41 75 DE

RGB Percentages of Color #4175de

%16.09
%28.96
%54.95

CMYK Percentages of Color #4175de

%71
%47
%0
%13

Triadic Colors of #4175de

#4175de #de4175 #75de41

Analogous Colors of #4175de

#4175de #5b41de #41c4de

Monochromatic Colors of #4175de

#4175de

Complementary Color

#4175de #deaa41

#4175de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4175de Color Preview on White Background

Lorem ipsum dolor sit amet.

#4175de Color CSS Codes

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

#4175de Text Font Color

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

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


#4175de Background Color

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

This div background color is #4175de


#4175de Border Color

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

This div border color is #4175de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,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 #4175de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4175de


Comments

No comments written yet.

Please login to write comment.