Color Hex Logo

#4867dc Color Hex

#4867DC
(72,103,220)
0 Favorites   0 Comments

Color spaces of #4867dc

RGB 72103220
HSL0.630.680.57
HSV227°67°86°
CMYK 0.670.530.00   0.14
XYZ20.441016.245569.7685
Yxy16.24550.19200.1526
Hunter Lab40.305719.9911-74.4160
CIE-Lab47.294926.7421-63.2943

#4867dc color RGB value is (72,103,220).

#4867dc hex color red value is 72, green value is 103 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4867dc hue: 0.63 , saturation: 0.68 and the lightness value of 4867dc is 0.57.

The process color (four color CMYK) of #4867dc color hex is 0.67, 0.53, 0.00, 0.14. Web safe color of #4867dc is #3366cc. Color #4867dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100111 11011100
Octal 110 147 334
Decimal 72 103 220
Hex 48 67 DC

RGB Percentages of Color #4867dc

%18.23
%26.08
%55.70

CMYK Percentages of Color #4867dc

%67
%53
%0
%14

Triadic Colors of #4867dc

#4867dc #dc4867 #67dc48

Analogous Colors of #4867dc

#4867dc #7348dc #48b1dc

Monochromatic Colors of #4867dc

#4867dc

Complementary Color

#4867dc #dcbd48

#4867dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4867dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4867dc Color CSS Codes

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

#4867dc Text Font Color

<p style="color:#4867dc">Text here</p>

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


#4867dc Background Color

<div style="background-color:#4867dc">
Div content here</div>

This div background color is #4867dc


#4867dc Border Color

<div style="border:3px solid #4867dc">
Div here</div>

This div border color is #4867dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,103,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4867dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4867dc;
  -webkit-box-shadow: 1px 1px 3px 2px #4867dc;
  box-shadow:         1px 1px 3px 2px #4867dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,103,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4867dc


Comments

No comments written yet.

Please login to write comment.