Color Hex Logo

#712ccf Color Hex

#712CCF
(113,44,207)
0 Favorites   0 Comments

Color spaces of #712ccf

RGB 11344207
HSL0.740.650.49
HSV265°79°81°
CMYK 0.450.790.00   0.19
XYZ18.97329.817159.9264
Yxy9.81710.21390.1107
Hunter Lab31.332353.2590-91.4661
CIE-Lab37.512161.5602-71.6391

#712ccf color RGB value is (113,44,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101100 11001111
Octal 161 54 317
Decimal 113 44 207
Hex 71 2C CF

RGB Percentages of Color #712ccf

%31.04
%12.09
%56.87

CMYK Percentages of Color #712ccf

%45
%79
%0
%19

Triadic Colors of #712ccf

#712ccf #cf712c #2ccf71

Analogous Colors of #712ccf

#712ccf #c32ccf #2c38cf

Monochromatic Colors of #712ccf

#712ccf

Complementary Color

#712ccf #8acf2c

#712ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#712ccf Color CSS Codes

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

#712ccf Text Font Color

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

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


#712ccf Background Color

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

This div background color is #712ccf


#712ccf Border Color

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

This div border color is #712ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712ccf


Comments

No comments written yet.

Please login to write comment.