Color Hex Logo

#7c82ca Color Hex

#7C82CA
(124,130,202)
0 Favorites   0 Comments

Color spaces of #7c82ca

RGB 124130202
HSL0.650.420.64
HSV235°39°79°
CMYK 0.390.360.00   0.21
XYZ26.955524.514659.1882
Yxy24.51460.24360.2215
Hunter Lab49.512210.5328-36.2183
CIE-Lab56.599415.5749-38.0543

#7c82ca color RGB value is (124,130,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10000010 11001010
Octal 174 202 312
Decimal 124 130 202
Hex 7C 82 CA

RGB Percentages of Color #7c82ca

%27.19
%28.51
%44.30

CMYK Percentages of Color #7c82ca

%39
%36
%0
%21

Triadic Colors of #7c82ca

#7c82ca #ca7c82 #82ca7c

Analogous Colors of #7c82ca

#7c82ca #9d7cca #7ca9ca

Monochromatic Colors of #7c82ca

#7c82ca

Complementary Color

#7c82ca #cac47c

#7c82ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c82ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c82ca Color CSS Codes

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

#7c82ca Text Font Color

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

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


#7c82ca Background Color

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

This div background color is #7c82ca


#7c82ca Border Color

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

This div border color is #7c82ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c82ca


Comments

No comments written yet.

Please login to write comment.