Color Hex Logo

#713ece Color Hex

#713ECE
(113,62,206)
0 Favorites   0 Comments

Color spaces of #713ece

RGB 11362206
HSL0.730.600.53
HSV261°70°81°
CMYK 0.450.700.00   0.19
XYZ19.673311.412259.5584
Yxy11.41220.21700.1259
Hunter Lab33.781944.8331-80.8824
CIE-Lab40.266253.2401-66.5545

#713ece color RGB value is (113,62,206).

#713ece hex color red value is 113, green value is 62 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #713ece hue: 0.73 , saturation: 0.60 and the lightness value of 713ece is 0.53.

The process color (four color CMYK) of #713ece color hex is 0.45, 0.70, 0.00, 0.19. Web safe color of #713ece is #6633cc. Color #713ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111110 11001110
Octal 161 76 316
Decimal 113 62 206
Hex 71 3E CE

RGB Percentages of Color #713ece

%29.66
%16.27
%54.07

CMYK Percentages of Color #713ece

%45
%70
%0
%19

Triadic Colors of #713ece

#713ece #ce713e #3ece71

Analogous Colors of #713ece

#713ece #b93ece #3e53ce

Monochromatic Colors of #713ece

#713ece

Complementary Color

#713ece #9bce3e

#713ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#713ece Color CSS Codes

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

#713ece Text Font Color

<p style="color:#713ece">Text here</p>

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


#713ece Background Color

<div style="background-color:#713ece">
Div content here</div>

This div background color is #713ece


#713ece Border Color

<div style="border:3px solid #713ece">
Div here</div>

This div border color is #713ece


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,62,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #713ece; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #713ece;
  -webkit-box-shadow: 1px 1px 3px 2px #713ece;
  box-shadow:         1px 1px 3px 2px #713ece; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713ece


Comments

No comments written yet.

Please login to write comment.