Color Hex Logo

#7255cc Color Hex

#7255CC
(114,85,204)
0 Favorites   0 Comments

Color spaces of #7255cc

RGB 11485204
HSL0.710.540.57
HSV255°58°80°
CMYK 0.440.580.00   0.20
XYZ21.087014.434058.8014
Yxy14.43400.22360.1530
Hunter Lab37.992132.5878-65.1703
CIE-Lab44.849040.4079-57.9572

#7255cc color RGB value is (114,85,204).

#7255cc hex color red value is 114, green value is 85 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7255cc hue: 0.71 , saturation: 0.54 and the lightness value of 7255cc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010101 11001100
Octal 162 125 314
Decimal 114 85 204
Hex 72 55 CC

RGB Percentages of Color #7255cc

%28.29
%21.09
%50.62

CMYK Percentages of Color #7255cc

%44
%58
%0
%20

Triadic Colors of #7255cc

#7255cc #cc7255 #55cc72

Analogous Colors of #7255cc

#7255cc #ae55cc #5574cc

Monochromatic Colors of #7255cc

#7255cc

Complementary Color

#7255cc #afcc55

#7255cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7255cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7255cc Color CSS Codes

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

#7255cc Text Font Color

<p style="color:#7255cc">Text here</p>

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


#7255cc Background Color

<div style="background-color:#7255cc">
Div content here</div>

This div background color is #7255cc


#7255cc Border Color

<div style="border:3px solid #7255cc">
Div here</div>

This div border color is #7255cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,85,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7255cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7255cc;
  -webkit-box-shadow: 1px 1px 3px 2px #7255cc;
  box-shadow:         1px 1px 3px 2px #7255cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7255cc


Comments

No comments written yet.

Please login to write comment.