Color Hex Logo

#7271dc Color Hex

#7271DC
(114,113,220)
0 Favorites   0 Comments

Color spaces of #7271dc

RGB 114113220
HSL0.670.600.65
HSV241°49°86°
CMYK 0.480.490.00   0.14
XYZ25.762820.555070.3198
Yxy20.55500.22090.1762
Hunter Lab45.337622.0906-60.2240
CIE-Lab52.459028.5030-54.8437

#7271dc color RGB value is (114,113,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110001 11011100
Octal 162 161 334
Decimal 114 113 220
Hex 72 71 DC

RGB Percentages of Color #7271dc

%25.50
%25.28
%49.22

CMYK Percentages of Color #7271dc

%48
%49
%0
%14

Triadic Colors of #7271dc

#7271dc #dc7271 #71dc72

Analogous Colors of #7271dc

#7271dc #a871dc #71a6dc

Monochromatic Colors of #7271dc

#7271dc

Complementary Color

#7271dc #dbdc71

#7271dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7271dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7271dc Color CSS Codes

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

#7271dc Text Font Color

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

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


#7271dc Background Color

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

This div background color is #7271dc


#7271dc Border Color

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

This div border color is #7271dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7271dc


Comments

No comments written yet.

Please login to write comment.