Color Hex Logo

#7292cd Color Hex

#7292CD
(114,146,205)
0 Favorites   0 Comments

Color spaces of #7292cd

RGB 114146205
HSL0.610.480.63
HSV219°44°80°
CMYK 0.440.290.00   0.20
XYZ28.237828.543061.7787
Yxy28.54300.23820.2407
Hunter Lab53.42560.8502-31.1620
CIE-Lab60.37624.4242-33.8900

#7292cd color RGB value is (114,146,205).

#7292cd hex color red value is 114, green value is 146 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7292cd hue: 0.61 , saturation: 0.48 and the lightness value of 7292cd is 0.63.

The process color (four color CMYK) of #7292cd color hex is 0.44, 0.29, 0.00, 0.20. Web safe color of #7292cd is #6699cc. Color #7292cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10010010 11001101
Octal 162 222 315
Decimal 114 146 205
Hex 72 92 CD

RGB Percentages of Color #7292cd

%24.52
%31.40
%44.09

CMYK Percentages of Color #7292cd

%44
%29
%0
%20

Triadic Colors of #7292cd

#7292cd #cd7292 #92cd72

Analogous Colors of #7292cd

#7292cd #8072cd #72c0cd

Monochromatic Colors of #7292cd

#7292cd

Complementary Color

#7292cd #cdad72

#7292cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7292cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7292cd Color CSS Codes

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

#7292cd Text Font Color

<p style="color:#7292cd">Text here</p>

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


#7292cd Background Color

<div style="background-color:#7292cd">
Div content here</div>

This div background color is #7292cd


#7292cd Border Color

<div style="border:3px solid #7292cd">
Div here</div>

This div border color is #7292cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,146,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7292cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7292cd;
  -webkit-box-shadow: 1px 1px 3px 2px #7292cd;
  box-shadow:         1px 1px 3px 2px #7292cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7292cd


Comments

No comments written yet.

Please login to write comment.