Color Hex Logo

#7275cd Color Hex

#7275CD
(114,117,205)
0 Favorites   0 Comments

Color spaces of #7275cd

RGB 114117205
HSL0.660.480.63
HSV238°44°80°
CMYK 0.440.430.00   0.20
XYZ24.320220.707860.4728
Yxy20.70780.23050.1963
Hunter Lab45.505815.7626-46.9365
CIE-Lab52.628221.6175-46.0736

#7275cd color RGB value is (114,117,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110101 11001101
Octal 162 165 315
Decimal 114 117 205
Hex 72 75 CD

RGB Percentages of Color #7275cd

%26.15
%26.83
%47.02

CMYK Percentages of Color #7275cd

%44
%43
%0
%20

Triadic Colors of #7275cd

#7275cd #cd7275 #75cd72

Analogous Colors of #7275cd

#7275cd #9d72cd #72a3cd

Monochromatic Colors of #7275cd

#7275cd

Complementary Color

#7275cd #cdca72

#7275cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7275cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7275cd Color CSS Codes

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

#7275cd Text Font Color

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

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


#7275cd Background Color

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

This div background color is #7275cd


#7275cd Border Color

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

This div border color is #7275cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7275cd


Comments

No comments written yet.

Please login to write comment.