Color Hex Logo

#7695ca Color Hex

#7695CA
(118,149,202)
0 Favorites   0 Comments

Color spaces of #7695ca

RGB 118149202
HSL0.610.440.63
HSV218°42°79°
CMYK 0.420.260.00   0.21
XYZ28.879329.610760.0704
Yxy29.61070.24360.2498
Hunter Lab54.4157-0.4947-27.3602
CIE-Lab61.31692.8771-30.7277

#7695ca color RGB value is (118,149,202).

#7695ca hex color red value is 118, green value is 149 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7695ca hue: 0.61 , saturation: 0.44 and the lightness value of 7695ca is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010101 11001010
Octal 166 225 312
Decimal 118 149 202
Hex 76 95 CA

RGB Percentages of Color #7695ca

%25.16
%31.77
%43.07

CMYK Percentages of Color #7695ca

%42
%26
%0
%21

Triadic Colors of #7695ca

#7695ca #ca7695 #95ca76

Analogous Colors of #7695ca

#7695ca #8176ca #76bfca

Monochromatic Colors of #7695ca

#7695ca

Complementary Color

#7695ca #caab76

#7695ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7695ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7695ca Color CSS Codes

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

#7695ca Text Font Color

<p style="color:#7695ca">Text here</p>

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


#7695ca Background Color

<div style="background-color:#7695ca">
Div content here</div>

This div background color is #7695ca


#7695ca Border Color

<div style="border:3px solid #7695ca">
Div here</div>

This div border color is #7695ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7695ca


Comments

No comments written yet.

Please login to write comment.