color codes Logo

#7738cc color codes

#7738CC
(119,56,204)
0 Favorites   0 Comments

Color spaces of #7738cc

RGB 11956204
HSL0.740.590.51
HSV266°73°80°
CMYK 0.420.730.00   0.20
XYZ19.921011.109958.2212
Yxy11.10990.22320.1245
Hunter Lab33.331548.3526-80.2316
CIE-Lab39.765056.6369-66.1854

#7738cc color RGB value is (119,56,204).

#7738cc hex color red value is 119, green value is 56 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7738cc hue: 0.74 , saturation: 0.59 and the lightness value of 7738cc is 0.51.

The process color (four color CMYK) of #7738cc color code is 0.42, 0.73, 0.00, 0.20. Web safe color of #7738cc is #6633cc. Color #7738cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00111000 11001100
Octal 167 70 314
Decimal 119 56 204
Hex 77 38 CC

RGB Percentages of Color #7738cc

%31.40
%14.78
%53.83

CMYK Percentages of Color #7738cc

%42
%73
%0
%20

Triadic Colors of #7738cc

#7738cc #cc7738 #38cc77

Analogous Colors of #7738cc

#7738cc #c138cc #3843cc

Monochromatic Colors of #7738cc

#7738cc

Complementary Color

#7738cc #8dcc38

#7738cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7738cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7738cc Color CSS Codes

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

#7738cc Text Font Color

<p style="color:#7738cc">Text here</p>

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


#7738cc Background Color

<div style="background-color:#7738cc">
Div content here</div>

This div background color is #7738cc


#7738cc Border Color

<div style="border:3px solid #7738cc">
Div here</div>

This div border color is #7738cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,56,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7738cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7738cc;
  -webkit-box-shadow: 1px 1px 3px 2px #7738cc;
  box-shadow:         1px 1px 3px 2px #7738cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,56,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7738cc


Comments

No comments written yet.

Please login to write comment.