Color Hex Logo

#7603da Color Hex

#7603DA
(118,3,218)
0 Favorites   0 Comments

Color spaces of #7603da

RGB 1183218
HSL0.760.970.43
HSV272°99°85°
CMYK 0.460.990.00   0.15
XYZ20.15878.978667.0002
Yxy8.97860.20970.0934
Hunter Lab29.964367.6496-111.5974
CIE-Lab35.943174.2872-80.5552

#7603da color RGB value is (118,3,218).

#7603da hex color red value is 118, green value is 3 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7603da hue: 0.76 , saturation: 0.97 and the lightness value of 7603da is 0.43.

The process color (four color CMYK) of #7603da color hex is 0.46, 0.99, 0.00, 0.15. Web safe color of #7603da is #6600cc. Color #7603da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000011 11011010
Octal 166 3 332
Decimal 118 3 218
Hex 76 3 DA

RGB Percentages of Color #7603da

%34.81
%0.88
%64.31

CMYK Percentages of Color #7603da

%46
%99
%0
%15

Triadic Colors of #7603da

#7603da #da7603 #03da76

Analogous Colors of #7603da

#7603da #da03d3 #0b03da

Monochromatic Colors of #7603da

#7603da

Complementary Color

#7603da #67da03

#7603da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7603da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7603da Color CSS Codes

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

#7603da Text Font Color

<p style="color:#7603da">Text here</p>

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


#7603da Background Color

<div style="background-color:#7603da">
Div content here</div>

This div background color is #7603da


#7603da Border Color

<div style="border:3px solid #7603da">
Div here</div>

This div border color is #7603da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,3,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7603da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7603da;
  -webkit-box-shadow: 1px 1px 3px 2px #7603da;
  box-shadow:         1px 1px 3px 2px #7603da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,3,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7603da


Comments

No comments written yet.

Please login to write comment.