Color Hex Logo

#4755ef Color Hex

#4755EF
(71,85,239)
0 Favorites   0 Comments

Color spaces of #4755ef

RGB 7185239
HSL0.650.840.61
HSV235°70°94°
CMYK 0.700.640.00   0.06
XYZ21.427014.068683.2475
Yxy14.06860.18040.1185
Hunter Lab37.508136.3312-105.3356
CIE-Lab44.331244.2583-78.8611

#4755ef color RGB value is (71,85,239).

#4755ef hex color red value is 71, green value is 85 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4755ef hue: 0.65 , saturation: 0.84 and the lightness value of 4755ef is 0.61.

The process color (four color CMYK) of #4755ef color hex is 0.70, 0.64, 0.00, 0.06. Web safe color of #4755ef is #3366ff. Color #4755ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010101 11101111
Octal 107 125 357
Decimal 71 85 239
Hex 47 55 EF

RGB Percentages of Color #4755ef

%17.97
%21.52
%60.51

CMYK Percentages of Color #4755ef

%70
%64
%0
%6

Triadic Colors of #4755ef

#4755ef #ef4755 #55ef47

Analogous Colors of #4755ef

#4755ef #8d47ef #47a9ef

Monochromatic Colors of #4755ef

#4755ef

Complementary Color

#4755ef #efe147

#4755ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4755ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4755ef Color CSS Codes

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

#4755ef Text Font Color

<p style="color:#4755ef">Text here</p>

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


#4755ef Background Color

<div style="background-color:#4755ef">
Div content here</div>

This div background color is #4755ef


#4755ef Border Color

<div style="border:3px solid #4755ef">
Div here</div>

This div border color is #4755ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,85,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4755ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4755ef;
  -webkit-box-shadow: 1px 1px 3px 2px #4755ef;
  box-shadow:         1px 1px 3px 2px #4755ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,85,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4755ef


Comments

No comments written yet.

Please login to write comment.