Color Hex Logo

#710fed Color Hex

#710FED
(113,15,237)
0 Favorites   0 Comments

Color spaces of #710fed

RGB 11315237
HSL0.740.880.49
HSV266°94°93°
CMYK 0.520.940.00   0.07
XYZ22.26699.966880.8709
Yxy9.96680.19690.0881
Hunter Lab31.570270.6505-129.7792
CIE-Lab37.782876.4092-88.3943

#710fed color RGB value is (113,15,237).

#710fed hex color red value is 113, green value is 15 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #710fed hue: 0.74 , saturation: 0.88 and the lightness value of 710fed is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00001111 11101101
Octal 161 17 355
Decimal 113 15 237
Hex 71 F ED

RGB Percentages of Color #710fed

%30.96
%4.11
%64.93

CMYK Percentages of Color #710fed

%52
%94
%0
%7

Triadic Colors of #710fed

#710fed #ed710f #0fed71

Analogous Colors of #710fed

#710fed #e00fed #0f1ced

Monochromatic Colors of #710fed

#710fed

Complementary Color

#710fed #8bed0f

#710fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#710fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#710fed Color CSS Codes

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

#710fed Text Font Color

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

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


#710fed Background Color

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

This div background color is #710fed


#710fed Border Color

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

This div border color is #710fed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,15,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 #710fed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #710fed


Comments

No comments written yet.

Please login to write comment.