Color Hex Logo

#762fca Color Hex

#762FCA
(118,47,202)
0 Favorites   0 Comments

Color spaces of #762fca

RGB 11847202
HSL0.740.620.49
HSV267°77°79°
CMYK 0.420.770.00   0.21
XYZ19.148410.148956.8268
Yxy10.14890.22230.1178
Hunter Lab31.857351.5401-83.4608
CIE-Lab38.108459.8871-67.7351

#762fca color RGB value is (118,47,202).

#762fca hex color red value is 118, green value is 47 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #762fca hue: 0.74 , saturation: 0.62 and the lightness value of 762fca is 0.49.

The process color (four color CMYK) of #762fca color hex is 0.42, 0.77, 0.00, 0.21. Web safe color of #762fca is #6633cc. Color #762fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101111 11001010
Octal 166 57 312
Decimal 118 47 202
Hex 76 2F CA

RGB Percentages of Color #762fca

%32.15
%12.81
%55.04

CMYK Percentages of Color #762fca

%42
%77
%0
%21

Triadic Colors of #762fca

#762fca #ca762f #2fca76

Analogous Colors of #762fca

#762fca #c42fca #2f36ca

Monochromatic Colors of #762fca

#762fca

Complementary Color

#762fca #83ca2f

#762fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#762fca Color CSS Codes

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

#762fca Text Font Color

<p style="color:#762fca">Text here</p>

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


#762fca Background Color

<div style="background-color:#762fca">
Div content here</div>

This div background color is #762fca


#762fca Border Color

<div style="border:3px solid #762fca">
Div here</div>

This div border color is #762fca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,47,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #762fca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #762fca;
  -webkit-box-shadow: 1px 1px 3px 2px #762fca;
  box-shadow:         1px 1px 3px 2px #762fca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,47,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 #762fca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762fca


Comments

No comments written yet.

Please login to write comment.