Color Hex Logo

#712cdb Color Hex

#712CDB
(113,44,219)
0 Favorites   0 Comments

Color spaces of #712cdb

RGB 11344219
HSL0.730.710.52
HSV264°80°86°
CMYK 0.480.800.00   0.14
XYZ20.496910.426567.9501
Yxy10.42650.20730.1055
Hunter Lab32.290156.7994-102.1647
CIE-Lab38.597364.5049-76.7791

#712cdb color RGB value is (113,44,219).

#712cdb hex color red value is 113, green value is 44 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #712cdb hue: 0.73 , saturation: 0.71 and the lightness value of 712cdb is 0.52.

The process color (four color CMYK) of #712cdb color hex is 0.48, 0.80, 0.00, 0.14. Web safe color of #712cdb is #6633cc. Color #712cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101100 11011011
Octal 161 54 333
Decimal 113 44 219
Hex 71 2C DB

RGB Percentages of Color #712cdb

%30.05
%11.70
%58.24

CMYK Percentages of Color #712cdb

%48
%80
%0
%14

Triadic Colors of #712cdb

#712cdb #db712c #2cdb71

Analogous Colors of #712cdb

#712cdb #c92cdb #2c3fdb

Monochromatic Colors of #712cdb

#712cdb

Complementary Color

#712cdb #96db2c

#712cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#712cdb Color CSS Codes

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

#712cdb Text Font Color

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

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


#712cdb Background Color

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

This div background color is #712cdb


#712cdb Border Color

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

This div border color is #712cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712cdb


Comments

No comments written yet.

Please login to write comment.