Color Hex Logo

#473cee Color Hex

#473CEE
(71,60,238)
0 Favorites   0 Comments

Color spaces of #473cee

RGB 7160238
HSL0.680.840.58
HSV244°75°93°
CMYK 0.700.750.00   0.07
XYZ19.647010.744481.9273
Yxy10.74440.17490.0957
Hunter Lab32.778749.6274-125.2450
CIE-Lab39.146657.9342-86.8281

#473cee color RGB value is (71,60,238).

#473cee hex color red value is 71, green value is 60 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #473cee hue: 0.68 , saturation: 0.84 and the lightness value of 473cee is 0.58.

The process color (four color CMYK) of #473cee color hex is 0.70, 0.75, 0.00, 0.07. Web safe color of #473cee is #3333ff. Color #473cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111100 11101110
Octal 107 74 356
Decimal 71 60 238
Hex 47 3C EE

RGB Percentages of Color #473cee

%19.24
%16.26
%64.50

CMYK Percentages of Color #473cee

%70
%75
%0
%7

Triadic Colors of #473cee

#473cee #ee473c #3cee47

Analogous Colors of #473cee

#473cee #a03cee #3c8aee

Monochromatic Colors of #473cee

#473cee

Complementary Color

#473cee #e3ee3c

#473cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#473cee Color CSS Codes

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

#473cee Text Font Color

<p style="color:#473cee">Text here</p>

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


#473cee Background Color

<div style="background-color:#473cee">
Div content here</div>

This div background color is #473cee


#473cee Border Color

<div style="border:3px solid #473cee">
Div here</div>

This div border color is #473cee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,60,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #473cee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #473cee;
  -webkit-box-shadow: 1px 1px 3px 2px #473cee;
  box-shadow:         1px 1px 3px 2px #473cee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473cee


Comments

No comments written yet.

Please login to write comment.