Color Hex Logo

#695dc4 Color Hex

#695DC4
(105,93,196)
0 Favorites   0 Comments

Color spaces of #695dc4

RGB 10593196
HSL0.690.470.57
HSV247°53°77°
CMYK 0.460.530.00   0.23
XYZ19.703914.817554.0461
Yxy14.81750.22250.1673
Hunter Lab38.493524.0062-56.2996
CIE-Lab45.383231.3374-52.5217

#695dc4 color RGB value is (105,93,196).

#695dc4 hex color red value is 105, green value is 93 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #695dc4 hue: 0.69 , saturation: 0.47 and the lightness value of 695dc4 is 0.57.

The process color (four color CMYK) of #695dc4 color hex is 0.46, 0.53, 0.00, 0.23. Web safe color of #695dc4 is #6666cc. Color #695dc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011101 11000100
Octal 151 135 304
Decimal 105 93 196
Hex 69 5D C4

RGB Percentages of Color #695dc4

%26.65
%23.60
%49.75

CMYK Percentages of Color #695dc4

%46
%53
%0
%23

Triadic Colors of #695dc4

#695dc4 #c4695d #5dc469

Analogous Colors of #695dc4

#695dc4 #9d5dc4 #5d85c4

Monochromatic Colors of #695dc4

#695dc4

Complementary Color

#695dc4 #b8c45d

#695dc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695dc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695dc4 Color CSS Codes

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

#695dc4 Text Font Color

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

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


#695dc4 Background Color

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

This div background color is #695dc4


#695dc4 Border Color

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

This div border color is #695dc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695dc4


Comments

No comments written yet.

Please login to write comment.