Color Hex Logo

#712fcf Color Hex

#712FCF
(113,47,207)
0 Favorites   0 Comments

Color spaces of #712fcf

RGB 11347207
HSL0.740.630.50
HSV265°77°81°
CMYK 0.450.770.00   0.19
XYZ19.089110.048759.9650
Yxy10.04870.21420.1128
Hunter Lab31.699752.0157-89.9667
CIE-Lab37.929760.3543-70.9544

#712fcf color RGB value is (113,47,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101111 11001111
Octal 161 57 317
Decimal 113 47 207
Hex 71 2F CF

RGB Percentages of Color #712fcf

%30.79
%12.81
%56.40

CMYK Percentages of Color #712fcf

%45
%77
%0
%19

Triadic Colors of #712fcf

#712fcf #cf712f #2fcf71

Analogous Colors of #712fcf

#712fcf #c12fcf #2f3dcf

Monochromatic Colors of #712fcf

#712fcf

Complementary Color

#712fcf #8dcf2f

#712fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#712fcf Color CSS Codes

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

#712fcf Text Font Color

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

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


#712fcf Background Color

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

This div background color is #712fcf


#712fcf Border Color

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

This div border color is #712fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712fcf


Comments

No comments written yet.

Please login to write comment.