Color Hex Logo

#7275af Color Hex

#7275AF
(114,117,175)
0 Favorites   0 Comments

Color spaces of #7275af

RGB 114117175
HSL0.660.280.57
HSV237°35°69°
CMYK 0.350.330.00   0.31
XYZ21.038619.395143.1922
Yxy19.39510.25160.2319
Hunter Lab44.03998.2027-27.3209
CIE-Lab51.146313.0328-31.1835

#7275af color RGB value is (114,117,175).

#7275af hex color red value is 114, green value is 117 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7275af hue: 0.66 , saturation: 0.28 and the lightness value of 7275af is 0.57.

The process color (four color CMYK) of #7275af color hex is 0.35, 0.33, 0.00, 0.31. Web safe color of #7275af is #666699. Color #7275af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110101 10101111
Octal 162 165 257
Decimal 114 117 175
Hex 72 75 AF

RGB Percentages of Color #7275af

%28.08
%28.82
%43.10

CMYK Percentages of Color #7275af

%35
%33
%0
%31

Triadic Colors of #7275af

#7275af #af7275 #75af72

Analogous Colors of #7275af

#7275af #8e72af #7294af

Monochromatic Colors of #7275af

#7275af

Complementary Color

#7275af #afac72

#7275af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7275af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7275af Color CSS Codes

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

#7275af Text Font Color

<p style="color:#7275af">Text here</p>

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


#7275af Background Color

<div style="background-color:#7275af">
Div content here</div>

This div background color is #7275af


#7275af Border Color

<div style="border:3px solid #7275af">
Div here</div>

This div border color is #7275af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,117,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7275af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7275af;
  -webkit-box-shadow: 1px 1px 3px 2px #7275af;
  box-shadow:         1px 1px 3px 2px #7275af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7275af


Comments

No comments written yet.

Please login to write comment.