Color Hex Logo

#7151cf Color Hex

#7151CF
(113,81,207)
0 Favorites   0 Comments

Color spaces of #7151cf

RGB 11381207
HSL0.710.570.56
HSV255°61°81°
CMYK 0.450.610.00   0.19
XYZ21.015013.900660.6070
Yxy13.90060.22000.1455
Hunter Lab37.283535.3661-70.2817
CIE-Lab44.090043.3345-60.9160

#7151cf color RGB value is (113,81,207).

#7151cf hex color red value is 113, green value is 81 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7151cf hue: 0.71 , saturation: 0.57 and the lightness value of 7151cf is 0.56.

The process color (four color CMYK) of #7151cf color hex is 0.45, 0.61, 0.00, 0.19. Web safe color of #7151cf is #6666cc. Color #7151cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010001 11001111
Octal 161 121 317
Decimal 113 81 207
Hex 71 51 CF

RGB Percentages of Color #7151cf

%28.18
%20.20
%51.62

CMYK Percentages of Color #7151cf

%45
%61
%0
%19

Triadic Colors of #7151cf

#7151cf #cf7151 #51cf71

Analogous Colors of #7151cf

#7151cf #b051cf #5170cf

Monochromatic Colors of #7151cf

#7151cf

Complementary Color

#7151cf #afcf51

#7151cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7151cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7151cf Color CSS Codes

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

#7151cf Text Font Color

<p style="color:#7151cf">Text here</p>

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


#7151cf Background Color

<div style="background-color:#7151cf">
Div content here</div>

This div background color is #7151cf


#7151cf Border Color

<div style="border:3px solid #7151cf">
Div here</div>

This div border color is #7151cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7151cf


Comments

No comments written yet.

Please login to write comment.