Color Hex Logo

#713deb Color Hex

#713DEB
(113,61,235)
0 Favorites   0 Comments

Color spaces of #713deb

RGB 11361235
HSL0.720.810.58
HSV258°74°92°
CMYK 0.520.740.00   0.08
XYZ23.474212.846479.8396
Yxy12.84640.20210.1106
Hunter Lab35.841954.1831-106.9822
CIE-Lab42.530961.4162-79.4346

#713deb color RGB value is (113,61,235).

#713deb hex color red value is 113, green value is 61 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #713deb hue: 0.72 , saturation: 0.81 and the lightness value of 713deb is 0.58.

The process color (four color CMYK) of #713deb color hex is 0.52, 0.74, 0.00, 0.08. Web safe color of #713deb is #6633ff. Color #713deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111101 11101011
Octal 161 75 353
Decimal 113 61 235
Hex 71 3D EB

RGB Percentages of Color #713deb

%27.63
%14.91
%57.46

CMYK Percentages of Color #713deb

%52
%74
%0
%8

Triadic Colors of #713deb

#713deb #eb713d #3deb71

Analogous Colors of #713deb

#713deb #c83deb #3d60eb

Monochromatic Colors of #713deb

#713deb

Complementary Color

#713deb #b7eb3d

#713deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#713deb Color CSS Codes

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

#713deb Text Font Color

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

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


#713deb Background Color

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

This div background color is #713deb


#713deb Border Color

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

This div border color is #713deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713deb


Comments

No comments written yet.

Please login to write comment.