Color Hex Logo

#675abc Color Hex

#675ABC
(103,90,188)
0 Favorites   0 Comments

Color spaces of #675abc

RGB 10390188
HSL0.690.420.55
HSV248°52°74°
CMYK 0.450.520.00   0.26
XYZ18.326813.826749.2799
Yxy13.82670.22510.1698
Hunter Lab37.184322.9038-52.5474
CIE-Lab43.983430.3101-50.1363

#675abc color RGB value is (103,90,188).

#675abc hex color red value is 103, green value is 90 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #675abc hue: 0.69 , saturation: 0.42 and the lightness value of 675abc is 0.55.

The process color (four color CMYK) of #675abc color hex is 0.45, 0.52, 0.00, 0.26. Web safe color of #675abc is #6666cc. Color #675abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01011010 10111100
Octal 147 132 274
Decimal 103 90 188
Hex 67 5A BC

RGB Percentages of Color #675abc

%27.03
%23.62
%49.34

CMYK Percentages of Color #675abc

%45
%52
%0
%26

Triadic Colors of #675abc

#675abc #bc675a #5abc67

Analogous Colors of #675abc

#675abc #985abc #5a7ebc

Monochromatic Colors of #675abc

#675abc

Complementary Color

#675abc #afbc5a

#675abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#675abc Color CSS Codes

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

#675abc Text Font Color

<p style="color:#675abc">Text here</p>

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


#675abc Background Color

<div style="background-color:#675abc">
Div content here</div>

This div background color is #675abc


#675abc Border Color

<div style="border:3px solid #675abc">
Div here</div>

This div border color is #675abc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,90,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #675abc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #675abc;
  -webkit-box-shadow: 1px 1px 3px 2px #675abc;
  box-shadow:         1px 1px 3px 2px #675abc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,90,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675abc


Comments

No comments written yet.

Please login to write comment.