Color Hex Logo

#7284dc Color Hex

#7284DC
(114,132,220)
0 Favorites   0 Comments

Color spaces of #7284dc

RGB 114132220
HSL0.640.600.65
HSV230°48°86°
CMYK 0.480.400.00   0.14
XYZ28.109025.247271.1018
Yxy25.24720.22590.2029
Hunter Lab50.246611.9251-48.7261
CIE-Lab57.315517.1088-47.1089

#7284dc color RGB value is (114,132,220).

#7284dc hex color red value is 114, green value is 132 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7284dc hue: 0.64 , saturation: 0.60 and the lightness value of 7284dc is 0.65.

The process color (four color CMYK) of #7284dc color hex is 0.48, 0.40, 0.00, 0.14. Web safe color of #7284dc is #6699cc. Color #7284dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000100 11011100
Octal 162 204 334
Decimal 114 132 220
Hex 72 84 DC

RGB Percentages of Color #7284dc

%24.46
%28.33
%47.21

CMYK Percentages of Color #7284dc

%48
%40
%0
%14

Triadic Colors of #7284dc

#7284dc #dc7284 #84dc72

Analogous Colors of #7284dc

#7284dc #9572dc #72b9dc

Monochromatic Colors of #7284dc

#7284dc

Complementary Color

#7284dc #dcca72

#7284dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7284dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7284dc Color CSS Codes

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

#7284dc Text Font Color

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

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


#7284dc Background Color

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

This div background color is #7284dc


#7284dc Border Color

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

This div border color is #7284dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,132,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 #7284dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7284dc


Comments

No comments written yet.

Please login to write comment.