Color Hex Logo

#695ffc Color Hex

#695FFC
(105,95,252)
0 Favorites   0 Comments

Color spaces of #695ffc

RGB 10595252
HSL0.680.960.68
HSV244°62°99°
CMYK 0.580.620.00   0.01
XYZ27.488618.216094.1627
Yxy18.21600.19650.1302
Hunter Lab42.680240.2743-100.9317
CIE-Lab49.757147.2192-77.1731

#695ffc color RGB value is (105,95,252).

#695ffc hex color red value is 105, green value is 95 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #695ffc hue: 0.68 , saturation: 0.96 and the lightness value of 695ffc is 0.68.

The process color (four color CMYK) of #695ffc color hex is 0.58, 0.62, 0.00, 0.01. Web safe color of #695ffc is #6666ff. Color #695ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011111 11111100
Octal 151 137 374
Decimal 105 95 252
Hex 69 5F FC

RGB Percentages of Color #695ffc

%23.23
%21.02
%55.75

CMYK Percentages of Color #695ffc

%58
%62
%0
%1

Triadic Colors of #695ffc

#695ffc #fc695f #5ffc69

Analogous Colors of #695ffc

#695ffc #b85ffc #5fa4fc

Monochromatic Colors of #695ffc

#695ffc

Complementary Color

#695ffc #f2fc5f

#695ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#695ffc Color CSS Codes

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

#695ffc Text Font Color

<p style="color:#695ffc">Text here</p>

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


#695ffc Background Color

<div style="background-color:#695ffc">
Div content here</div>

This div background color is #695ffc


#695ffc Border Color

<div style="border:3px solid #695ffc">
Div here</div>

This div border color is #695ffc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,95,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #695ffc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #695ffc;
  -webkit-box-shadow: 1px 1px 3px 2px #695ffc;
  box-shadow:         1px 1px 3px 2px #695ffc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,95,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #695ffc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.