Color Hex Logo

#4c47da Color Hex

#4C47DA
(76,71,218)
0 Favorites   0 Comments

Color spaces of #4c47da

RGB 7671218
HSL0.670.670.57
HSV242°67°85°
CMYK 0.650.670.00   0.15
XYZ17.888611.104967.5303
Yxy11.10490.18530.1150
Hunter Lab33.324037.5032-96.8229
CIE-Lab39.756646.2082-74.4276

#4c47da color RGB value is (76,71,218).

#4c47da hex color red value is 76, green value is 71 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4c47da hue: 0.67 , saturation: 0.67 and the lightness value of 4c47da is 0.57.

The process color (four color CMYK) of #4c47da color hex is 0.65, 0.67, 0.00, 0.15. Web safe color of #4c47da is #3333cc. Color #4c47da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01000111 11011010
Octal 114 107 332
Decimal 76 71 218
Hex 4C 47 DA

RGB Percentages of Color #4c47da

%20.82
%19.45
%59.73

CMYK Percentages of Color #4c47da

%65
%67
%0
%15

Triadic Colors of #4c47da

#4c47da #da4c47 #47da4c

Analogous Colors of #4c47da

#4c47da #9647da #478cda

Monochromatic Colors of #4c47da

#4c47da

Complementary Color

#4c47da #d5da47

#4c47da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c47da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c47da Color CSS Codes

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

#4c47da Text Font Color

<p style="color:#4c47da">Text here</p>

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


#4c47da Background Color

<div style="background-color:#4c47da">
Div content here</div>

This div background color is #4c47da


#4c47da Border Color

<div style="border:3px solid #4c47da">
Div here</div>

This div border color is #4c47da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,71,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4c47da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4c47da;
  -webkit-box-shadow: 1px 1px 3px 2px #4c47da;
  box-shadow:         1px 1px 3px 2px #4c47da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c47da


Comments

No comments written yet.

Please login to write comment.