Color Hex Logo

#712bed Color Hex

#712BED
(113,43,237)
0 Favorites   0 Comments

Color spaces of #712bed

RGB 11343237
HSL0.730.840.55
HSV262°82°93°
CMYK 0.520.820.00   0.07
XYZ22.960011.352981.1020
Yxy11.35290.19890.0984
Hunter Lab33.694162.6699-119.1259
CIE-Lab40.168669.2910-84.4531

#712bed color RGB value is (113,43,237).

#712bed hex color red value is 113, green value is 43 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #712bed hue: 0.73 , saturation: 0.84 and the lightness value of 712bed is 0.55.

The process color (four color CMYK) of #712bed color hex is 0.52, 0.82, 0.00, 0.07. Web safe color of #712bed is #6633ff. Color #712bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101011 11101101
Octal 161 53 355
Decimal 113 43 237
Hex 71 2B ED

RGB Percentages of Color #712bed

%28.75
%10.94
%60.31

CMYK Percentages of Color #712bed

%52
%82
%0
%7

Triadic Colors of #712bed

#712bed #ed712b #2bed71

Analogous Colors of #712bed

#712bed #d22bed #2b46ed

Monochromatic Colors of #712bed

#712bed

Complementary Color

#712bed #a7ed2b

#712bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#712bed Color CSS Codes

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

#712bed Text Font Color

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

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


#712bed Background Color

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

This div background color is #712bed


#712bed Border Color

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

This div border color is #712bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712bed


Comments

No comments written yet.

Please login to write comment.