Color Hex Logo

#7c93ca Color Hex

#7C93CA
(124,147,202)
0 Favorites   0 Comments

Color spaces of #7c93ca

RGB 124147202
HSL0.620.420.64
HSV222°39°79°
CMYK 0.390.270.00   0.21
XYZ29.406629.416860.0052
Yxy29.41680.24750.2476
Hunter Lab54.23731.8647-27.6292
CIE-Lab61.14775.6396-30.9599

#7c93ca color RGB value is (124,147,202).

#7c93ca hex color red value is 124, green value is 147 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7c93ca hue: 0.62 , saturation: 0.42 and the lightness value of 7c93ca is 0.64.

The process color (four color CMYK) of #7c93ca color hex is 0.39, 0.27, 0.00, 0.21. Web safe color of #7c93ca is #6699cc. Color #7c93ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10010011 11001010
Octal 174 223 312
Decimal 124 147 202
Hex 7C 93 CA

RGB Percentages of Color #7c93ca

%26.22
%31.08
%42.71

CMYK Percentages of Color #7c93ca

%39
%27
%0
%21

Triadic Colors of #7c93ca

#7c93ca #ca7c93 #93ca7c

Analogous Colors of #7c93ca

#7c93ca #8c7cca #7cbaca

Monochromatic Colors of #7c93ca

#7c93ca

Complementary Color

#7c93ca #cab37c

#7c93ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c93ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c93ca Color CSS Codes

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

#7c93ca Text Font Color

<p style="color:#7c93ca">Text here</p>

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


#7c93ca Background Color

<div style="background-color:#7c93ca">
Div content here</div>

This div background color is #7c93ca


#7c93ca Border Color

<div style="border:3px solid #7c93ca">
Div here</div>

This div border color is #7c93ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,147,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c93ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c93ca;
  -webkit-box-shadow: 1px 1px 3px 2px #7c93ca;
  box-shadow:         1px 1px 3px 2px #7c93ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,147,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 #7c93ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c93ca


Comments

No comments written yet.

Please login to write comment.