Color Hex Logo

#715fed Color Hex

#715FED
(113,95,237)
0 Favorites   0 Comments

Color spaces of #715fed

RGB 11395237
HSL0.690.800.65
HSV248°60°93°
CMYK 0.520.600.00   0.07
XYZ26.188317.809682.1781
Yxy17.80960.20760.1411
Hunter Lab42.201436.9166-85.9134
CIE-Lab49.264444.0447-69.5691

#715fed color RGB value is (113,95,237).

#715fed hex color red value is 113, green value is 95 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #715fed hue: 0.69 , saturation: 0.80 and the lightness value of 715fed is 0.65.

The process color (four color CMYK) of #715fed color hex is 0.52, 0.60, 0.00, 0.07. Web safe color of #715fed is #6666ff. Color #715fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011111 11101101
Octal 161 137 355
Decimal 113 95 237
Hex 71 5F ED

RGB Percentages of Color #715fed

%25.39
%21.35
%53.26

CMYK Percentages of Color #715fed

%52
%60
%0
%7

Triadic Colors of #715fed

#715fed #ed715f #5fed71

Analogous Colors of #715fed

#715fed #b85fed #5f94ed

Monochromatic Colors of #715fed

#715fed

Complementary Color

#715fed #dbed5f

#715fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#715fed Color CSS Codes

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

#715fed Text Font Color

<p style="color:#715fed">Text here</p>

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


#715fed Background Color

<div style="background-color:#715fed">
Div content here</div>

This div background color is #715fed


#715fed Border Color

<div style="border:3px solid #715fed">
Div here</div>

This div border color is #715fed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,95,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #715fed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #715fed;
  -webkit-box-shadow: 1px 1px 3px 2px #715fed;
  box-shadow:         1px 1px 3px 2px #715fed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,95,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715fed


Comments

No comments written yet.

Please login to write comment.