Color Hex Logo

#712bca Color Hex

#712BCA
(113,43,202)
0 Favorites   0 Comments

Color spaces of #712bca

RGB 11343202
HSL0.740.650.48
HSV266°79°79°
CMYK 0.440.790.00   0.21
XYZ18.33469.502756.7450
Yxy9.50270.21680.1123
Hunter Lab30.826452.2199-87.5619
CIE-Lab36.934760.7333-69.6814

#712bca color RGB value is (113,43,202).

#712bca hex color red value is 113, green value is 43 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #712bca hue: 0.74 , saturation: 0.65 and the lightness value of 712bca is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101011 11001010
Octal 161 53 312
Decimal 113 43 202
Hex 71 2B CA

RGB Percentages of Color #712bca

%31.56
%12.01
%56.42

CMYK Percentages of Color #712bca

%44
%79
%0
%21

Triadic Colors of #712bca

#712bca #ca712b #2bca71

Analogous Colors of #712bca

#712bca #c12bca #2b34ca

Monochromatic Colors of #712bca

#712bca

Complementary Color

#712bca #84ca2b

#712bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#712bca Color CSS Codes

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

#712bca Text Font Color

<p style="color:#712bca">Text here</p>

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


#712bca Background Color

<div style="background-color:#712bca">
Div content here</div>

This div background color is #712bca


#712bca Border Color

<div style="border:3px solid #712bca">
Div here</div>

This div border color is #712bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712bca


Comments

No comments written yet.

Please login to write comment.