Color Hex Logo

#7268df Color Hex

#7268DF
(114,104,223)
0 Favorites   0 Comments

Color spaces of #7268df

RGB 114104223
HSL0.680.650.64
HSV245°53°87°
CMYK 0.490.530.00   0.13
XYZ25.209018.805772.1132
Yxy18.80570.21710.1619
Hunter Lab43.365527.8749-68.2383
CIE-Lab50.459134.7878-59.7491

#7268df color RGB value is (114,104,223).

#7268df hex color red value is 114, green value is 104 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7268df hue: 0.68 , saturation: 0.65 and the lightness value of 7268df is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101000 11011111
Octal 162 150 337
Decimal 114 104 223
Hex 72 68 DF

RGB Percentages of Color #7268df

%25.85
%23.58
%50.57

CMYK Percentages of Color #7268df

%49
%53
%0
%13

Triadic Colors of #7268df

#7268df #df7268 #68df72

Analogous Colors of #7268df

#7268df #ae68df #689adf

Monochromatic Colors of #7268df

#7268df

Complementary Color

#7268df #d5df68

#7268df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7268df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7268df Color CSS Codes

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

#7268df Text Font Color

<p style="color:#7268df">Text here</p>

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


#7268df Background Color

<div style="background-color:#7268df">
Div content here</div>

This div background color is #7268df


#7268df Border Color

<div style="border:3px solid #7268df">
Div here</div>

This div border color is #7268df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,104,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7268df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7268df;
  -webkit-box-shadow: 1px 1px 3px 2px #7268df;
  box-shadow:         1px 1px 3px 2px #7268df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7268df


Comments

No comments written yet.

Please login to write comment.