Color Hex Logo

#713dca Color Hex

#713DCA
(113,61,202)
0 Favorites   0 Comments

Color spaces of #713dca

RGB 11361202
HSL0.730.570.52
HSV262°70°79°
CMYK 0.440.700.00   0.21
XYZ19.139511.112557.0133
Yxy11.11250.21930.1273
Hunter Lab33.335444.1486-78.0684
CIE-Lab39.769352.6824-65.0474

#713dca color RGB value is (113,61,202).

#713dca hex color red value is 113, green value is 61 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #713dca hue: 0.73 , saturation: 0.57 and the lightness value of 713dca is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111101 11001010
Octal 161 75 312
Decimal 113 61 202
Hex 71 3D CA

RGB Percentages of Color #713dca

%30.05
%16.22
%53.72

CMYK Percentages of Color #713dca

%44
%70
%0
%21

Triadic Colors of #713dca

#713dca #ca713d #3dca71

Analogous Colors of #713dca

#713dca #b83dca #3d4fca

Monochromatic Colors of #713dca

#713dca

Complementary Color

#713dca #96ca3d

#713dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#713dca Color CSS Codes

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

#713dca Text Font Color

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

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


#713dca Background Color

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

This div background color is #713dca


#713dca Border Color

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

This div border color is #713dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713dca


Comments

No comments written yet.

Please login to write comment.