Color Hex Logo

#7255de Color Hex

#7255DE
(114,85,222)
0 Favorites   0 Comments

Color spaces of #7255de

RGB 11485222
HSL0.700.670.60
HSV253°62°87°
CMYK 0.490.620.00   0.13
XYZ23.372715.348370.8379
Yxy15.34830.21330.1401
Hunter Lab39.176937.9324-79.7816
CIE-Lab46.107645.5466-66.2179

#7255de color RGB value is (114,85,222).

#7255de hex color red value is 114, green value is 85 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7255de hue: 0.70 , saturation: 0.67 and the lightness value of 7255de is 0.60.

The process color (four color CMYK) of #7255de color hex is 0.49, 0.62, 0.00, 0.13. Web safe color of #7255de is #6666cc. Color #7255de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010101 11011110
Octal 162 125 336
Decimal 114 85 222
Hex 72 55 DE

RGB Percentages of Color #7255de

%27.08
%20.19
%52.73

CMYK Percentages of Color #7255de

%49
%62
%0
%13

Triadic Colors of #7255de

#7255de #de7255 #55de72

Analogous Colors of #7255de

#7255de #b755de #557dde

Monochromatic Colors of #7255de

#7255de

Complementary Color

#7255de #c1de55

#7255de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7255de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7255de Color CSS Codes

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

#7255de Text Font Color

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

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


#7255de Background Color

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

This div background color is #7255de


#7255de Border Color

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

This div border color is #7255de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7255de


Comments

No comments written yet.

Please login to write comment.