Color Hex Logo

#7255db Color Hex

#7255DB
(114,85,219)
0 Favorites   0 Comments

Color spaces of #7255db

RGB 11485219
HSL0.700.650.60
HSV253°61°86°
CMYK 0.480.610.00   0.14
XYZ22.974115.188968.7387
Yxy15.18890.21490.1421
Hunter Lab38.972937.0211-77.2920
CIE-Lab45.891844.6856-64.8609

#7255db color RGB value is (114,85,219).

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

The process color (four color CMYK) of #7255db color hex is 0.48, 0.61, 0.00, 0.14. Web safe color of #7255db is #6666cc. Color #7255db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010101 11011011
Octal 162 125 333
Decimal 114 85 219
Hex 72 55 DB

RGB Percentages of Color #7255db

%27.27
%20.33
%52.39

CMYK Percentages of Color #7255db

%48
%61
%0
%14

Triadic Colors of #7255db

#7255db #db7255 #55db72

Analogous Colors of #7255db

#7255db #b555db #557bdb

Monochromatic Colors of #7255db

#7255db

Complementary Color

#7255db #bedb55

#7255db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7255db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7255db Color CSS Codes

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

#7255db Text Font Color

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

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


#7255db Background Color

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

This div background color is #7255db


#7255db Border Color

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

This div border color is #7255db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7255db


Comments

No comments written yet.

Please login to write comment.