Color Hex Logo

#7472cd Color Hex

#7472CD
(116,114,205)
0 Favorites   0 Comments

Color spaces of #7472cd

RGB 116114205
HSL0.670.480.63
HSV241°44°80°
CMYK 0.430.440.00   0.20
XYZ24.239220.155460.3704
Yxy20.15540.23140.1924
Hunter Lab44.894817.8084-48.3015
CIE-Lab52.012523.9188-47.0423

#7472cd color RGB value is (116,114,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110010 11001101
Octal 164 162 315
Decimal 116 114 205
Hex 74 72 CD

RGB Percentages of Color #7472cd

%26.67
%26.21
%47.13

CMYK Percentages of Color #7472cd

%43
%44
%0
%20

Triadic Colors of #7472cd

#7472cd #cd7472 #72cd74

Analogous Colors of #7472cd

#7472cd #a272cd #729ecd

Monochromatic Colors of #7472cd

#7472cd

Complementary Color

#7472cd #cbcd72

#7472cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7472cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7472cd Color CSS Codes

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

#7472cd Text Font Color

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

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


#7472cd Background Color

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

This div background color is #7472cd


#7472cd Border Color

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

This div border color is #7472cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7472cd


Comments

No comments written yet.

Please login to write comment.