Color Hex Logo

#7c95ca Color Hex

#7C95CA
(124,149,202)
0 Favorites   0 Comments

Color spaces of #7c95ca

RGB 124149202
HSL0.610.420.64
HSV221°39°79°
CMYK 0.390.260.00   0.21
XYZ29.720330.044260.1098
Yxy30.04420.24790.2506
Hunter Lab54.81260.8636-26.6511
CIE-Lab61.69234.4904-30.1161

#7c95ca color RGB value is (124,149,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10010101 11001010
Octal 174 225 312
Decimal 124 149 202
Hex 7C 95 CA

RGB Percentages of Color #7c95ca

%26.11
%31.37
%42.53

CMYK Percentages of Color #7c95ca

%39
%26
%0
%21

Triadic Colors of #7c95ca

#7c95ca #ca7c95 #95ca7c

Analogous Colors of #7c95ca

#7c95ca #8a7cca #7cbcca

Monochromatic Colors of #7c95ca

#7c95ca

Complementary Color

#7c95ca #cab17c

#7c95ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c95ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c95ca Color CSS Codes

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

#7c95ca Text Font Color

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

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


#7c95ca Background Color

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

This div background color is #7c95ca


#7c95ca Border Color

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

This div border color is #7c95ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c95ca


Comments

No comments written yet.

Please login to write comment.