Color Hex Logo

#7748ca Color Hex

#7748CA
(119,72,202)
0 Favorites   0 Comments

Color spaces of #7748ca

RGB 11972202
HSL0.730.550.54
HSV262°64°79°
CMYK 0.410.640.00   0.21
XYZ20.585812.820957.2668
Yxy12.82090.22700.1414
Hunter Lab35.806339.9625-69.7611
CIE-Lab42.492148.1495-60.5914

#7748ca color RGB value is (119,72,202).

#7748ca hex color red value is 119, green value is 72 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7748ca hue: 0.73 , saturation: 0.55 and the lightness value of 7748ca is 0.54.

The process color (four color CMYK) of #7748ca color hex is 0.41, 0.64, 0.00, 0.21. Web safe color of #7748ca is #6633cc. Color #7748ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001000 11001010
Octal 167 110 312
Decimal 119 72 202
Hex 77 48 CA

RGB Percentages of Color #7748ca

%30.28
%18.32
%51.40

CMYK Percentages of Color #7748ca

%41
%64
%0
%21

Triadic Colors of #7748ca

#7748ca #ca7748 #48ca77

Analogous Colors of #7748ca

#7748ca #b848ca #485aca

Monochromatic Colors of #7748ca

#7748ca

Complementary Color

#7748ca #9bca48

#7748ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7748ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7748ca Color CSS Codes

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

#7748ca Text Font Color

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

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


#7748ca Background Color

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

This div background color is #7748ca


#7748ca Border Color

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

This div border color is #7748ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7748ca


Comments

No comments written yet.

Please login to write comment.