Color Hex Logo

#743cca Color Hex

#743CCA
(116,60,202)
0 Favorites   0 Comments

Color spaces of #743cca

RGB 11660202
HSL0.730.570.51
HSV264°70°79°
CMYK 0.430.700.00   0.21
XYZ19.479011.209057.0140
Yxy11.20900.22210.1278
Hunter Lab33.479845.2638-77.5311
CIE-Lab39.930353.7112-64.7705

#743cca color RGB value is (116,60,202).

#743cca hex color red value is 116, green value is 60 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #743cca hue: 0.73 , saturation: 0.57 and the lightness value of 743cca is 0.51.

The process color (four color CMYK) of #743cca color hex is 0.43, 0.70, 0.00, 0.21. Web safe color of #743cca is #6633cc. Color #743cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111100 11001010
Octal 164 74 312
Decimal 116 60 202
Hex 74 3C CA

RGB Percentages of Color #743cca

%30.69
%15.87
%53.44

CMYK Percentages of Color #743cca

%43
%70
%0
%21

Triadic Colors of #743cca

#743cca #ca743c #3cca74

Analogous Colors of #743cca

#743cca #bb3cca #3c4bca

Monochromatic Colors of #743cca

#743cca

Complementary Color

#743cca #92ca3c

#743cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#743cca Color CSS Codes

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

#743cca Text Font Color

<p style="color:#743cca">Text here</p>

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


#743cca Background Color

<div style="background-color:#743cca">
Div content here</div>

This div background color is #743cca


#743cca Border Color

<div style="border:3px solid #743cca">
Div here</div>

This div border color is #743cca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,60,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #743cca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #743cca;
  -webkit-box-shadow: 1px 1px 3px 2px #743cca;
  box-shadow:         1px 1px 3px 2px #743cca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,60,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 #743cca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743cca


Comments

No comments written yet.

Please login to write comment.