Color Hex Logo

#7293dd Color Hex

#7293DD
(114,147,221)
0 Favorites   0 Comments

Color spaces of #7293dd

RGB 114147221
HSL0.620.610.66
HSV221°48°87°
CMYK 0.480.330.00   0.13
XYZ30.424329.665372.5291
Yxy29.66530.22940.2237
Hunter Lab54.46594.3938-40.8270
CIE-Lab61.36448.5628-41.2815

#7293dd color RGB value is (114,147,221).

#7293dd hex color red value is 114, green value is 147 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7293dd hue: 0.62 , saturation: 0.61 and the lightness value of 7293dd is 0.66.

The process color (four color CMYK) of #7293dd color hex is 0.48, 0.33, 0.00, 0.13. Web safe color of #7293dd is #6699cc. Color #7293dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10010011 11011101
Octal 162 223 335
Decimal 114 147 221
Hex 72 93 DD

RGB Percentages of Color #7293dd

%23.65
%30.50
%45.85

CMYK Percentages of Color #7293dd

%48
%33
%0
%13

Triadic Colors of #7293dd

#7293dd #dd7293 #93dd72

Analogous Colors of #7293dd

#7293dd #8772dd #72c9dd

Monochromatic Colors of #7293dd

#7293dd

Complementary Color

#7293dd #ddbc72

#7293dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7293dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7293dd Color CSS Codes

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

#7293dd Text Font Color

<p style="color:#7293dd">Text here</p>

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


#7293dd Background Color

<div style="background-color:#7293dd">
Div content here</div>

This div background color is #7293dd


#7293dd Border Color

<div style="border:3px solid #7293dd">
Div here</div>

This div border color is #7293dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,147,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7293dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7293dd;
  -webkit-box-shadow: 1px 1px 3px 2px #7293dd;
  box-shadow:         1px 1px 3px 2px #7293dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,147,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7293dd


Comments

No comments written yet.

Please login to write comment.