Color Hex Logo

#4715bc Color Hex

#4715BC
(71,21,188)
0 Favorites   0 Comments

Color spaces of #4715bc

RGB 7121188
HSL0.720.800.41
HSV258°89°74°
CMYK 0.620.890.00   0.26
XYZ11.94385.506848.0104
Yxy5.50680.18250.0841
Hunter Lab23.466649.7848-104.8752
CIE-Lab28.132460.2146-76.1355

#4715bc color RGB value is (71,21,188).

#4715bc hex color red value is 71, green value is 21 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4715bc hue: 0.72 , saturation: 0.80 and the lightness value of 4715bc is 0.41.

The process color (four color CMYK) of #4715bc color hex is 0.62, 0.89, 0.00, 0.26. Web safe color of #4715bc is #3300cc. Color #4715bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010101 10111100
Octal 107 25 274
Decimal 71 21 188
Hex 47 15 BC

RGB Percentages of Color #4715bc

%25.36
%7.50
%67.14

CMYK Percentages of Color #4715bc

%62
%89
%0
%26

Triadic Colors of #4715bc

#4715bc #bc4715 #15bc47

Analogous Colors of #4715bc

#4715bc #9b15bc #1536bc

Monochromatic Colors of #4715bc

#4715bc

Complementary Color

#4715bc #8abc15

#4715bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4715bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4715bc Color CSS Codes

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

#4715bc Text Font Color

<p style="color:#4715bc">Text here</p>

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


#4715bc Background Color

<div style="background-color:#4715bc">
Div content here</div>

This div background color is #4715bc


#4715bc Border Color

<div style="border:3px solid #4715bc">
Div here</div>

This div border color is #4715bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,21,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4715bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4715bc;
  -webkit-box-shadow: 1px 1px 3px 2px #4715bc;
  box-shadow:         1px 1px 3px 2px #4715bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,21,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4715bc


Comments

No comments written yet.

Please login to write comment.