Color Hex Logo

#4702ca Color Hex

#4702CA
(71,2,202)
0 Favorites   0 Comments

Color spaces of #4702ca

RGB 712202
HSL0.720.980.40
HSV261°99°79°
CMYK 0.650.990.00   0.21
XYZ13.28095.647356.2672
Yxy5.64730.17660.0751
Hunter Lab23.764058.1704-123.7487
CIE-Lab28.504667.6274-83.7630

#4702ca color RGB value is (71,2,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000010 11001010
Octal 107 2 312
Decimal 71 2 202
Hex 47 2 CA

RGB Percentages of Color #4702ca

%25.82
%0.73
%73.45

CMYK Percentages of Color #4702ca

%65
%99
%0
%21

Triadic Colors of #4702ca

#4702ca #ca4702 #02ca47

Analogous Colors of #4702ca

#4702ca #ab02ca #0221ca

Monochromatic Colors of #4702ca

#4702ca

Complementary Color

#4702ca #85ca02

#4702ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4702ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4702ca Color CSS Codes

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

#4702ca Text Font Color

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

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


#4702ca Background Color

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

This div background color is #4702ca


#4702ca Border Color

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

This div border color is #4702ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,2,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 #4702ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4702ca


Comments

No comments written yet.

Please login to write comment.