Color Hex Logo

#4710ca Color Hex

#4710CA
(71,16,202)
0 Favorites   0 Comments

Color spaces of #4710ca

RGB 7116202
HSL0.720.850.43
HSV258°92°79°
CMYK 0.650.920.00   0.21
XYZ13.44455.974456.3217
Yxy5.97440.17750.0789
Hunter Lab24.442655.4083-119.5089
CIE-Lab29.347865.0540-82.3610

#4710ca color RGB value is (71,16,202).

#4710ca hex color red value is 71, green value is 16 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4710ca hue: 0.72 , saturation: 0.85 and the lightness value of 4710ca is 0.43.

The process color (four color CMYK) of #4710ca color hex is 0.65, 0.92, 0.00, 0.21. Web safe color of #4710ca is #3300cc. Color #4710ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010000 11001010
Octal 107 20 312
Decimal 71 16 202
Hex 47 10 CA

RGB Percentages of Color #4710ca

%24.57
%5.54
%69.90

CMYK Percentages of Color #4710ca

%65
%92
%0
%21

Triadic Colors of #4710ca

#4710ca #ca4710 #10ca47

Analogous Colors of #4710ca

#4710ca #a410ca #1036ca

Monochromatic Colors of #4710ca

#4710ca

Complementary Color

#4710ca #93ca10

#4710ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4710ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4710ca Color CSS Codes

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

#4710ca Text Font Color

<p style="color:#4710ca">Text here</p>

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


#4710ca Background Color

<div style="background-color:#4710ca">
Div content here</div>

This div background color is #4710ca


#4710ca Border Color

<div style="border:3px solid #4710ca">
Div here</div>

This div border color is #4710ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,16,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4710ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4710ca;
  -webkit-box-shadow: 1px 1px 3px 2px #4710ca;
  box-shadow:         1px 1px 3px 2px #4710ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4710ca


Comments

No comments written yet.

Please login to write comment.