Color Hex Logo

#7c83ca Color Hex

#7C83CA
(124,131,202)
0 Favorites   0 Comments

Color spaces of #7c83ca

RGB 124131202
HSL0.650.420.64
HSV235°39°79°
CMYK 0.390.350.00   0.21
XYZ27.089124.782059.2328
Yxy24.78200.24380.2231
Hunter Lab49.781510.0148-35.6994
CIE-Lab56.862414.9830-37.6418

#7c83ca color RGB value is (124,131,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10000011 11001010
Octal 174 203 312
Decimal 124 131 202
Hex 7C 83 CA

RGB Percentages of Color #7c83ca

%27.13
%28.67
%44.20

CMYK Percentages of Color #7c83ca

%39
%35
%0
%21

Triadic Colors of #7c83ca

#7c83ca #ca7c83 #83ca7c

Analogous Colors of #7c83ca

#7c83ca #9c7cca #7caaca

Monochromatic Colors of #7c83ca

#7c83ca

Complementary Color

#7c83ca #cac37c

#7c83ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c83ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c83ca Color CSS Codes

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

#7c83ca Text Font Color

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

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


#7c83ca Background Color

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

This div background color is #7c83ca


#7c83ca Border Color

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

This div border color is #7c83ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c83ca


Comments

No comments written yet.

Please login to write comment.