Color Hex Logo

#675ecb Color Hex

#675ECB
(103,94,203)
0 Favorites   0 Comments

Color spaces of #675ecb

RGB 10394203
HSL0.680.510.58
HSV245°54°80°
CMYK 0.490.540.00   0.20
XYZ20.375715.200858.3600
Yxy15.20080.21690.1618
Hunter Lab38.988225.0569-61.4573
CIE-Lab45.908032.4009-55.7228

#675ecb color RGB value is (103,94,203).

#675ecb hex color red value is 103, green value is 94 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #675ecb hue: 0.68 , saturation: 0.51 and the lightness value of 675ecb is 0.58.

The process color (four color CMYK) of #675ecb color hex is 0.49, 0.54, 0.00, 0.20. Web safe color of #675ecb is #6666cc. Color #675ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01011110 11001011
Octal 147 136 313
Decimal 103 94 203
Hex 67 5E CB

RGB Percentages of Color #675ecb

%25.75
%23.50
%50.75

CMYK Percentages of Color #675ecb

%49
%54
%0
%20

Triadic Colors of #675ecb

#675ecb #cb675e #5ecb67

Analogous Colors of #675ecb

#675ecb #9e5ecb #5e8ccb

Monochromatic Colors of #675ecb

#675ecb

Complementary Color

#675ecb #c2cb5e

#675ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#675ecb Color CSS Codes

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

#675ecb Text Font Color

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

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


#675ecb Background Color

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

This div background color is #675ecb


#675ecb Border Color

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

This div border color is #675ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675ecb


Comments

No comments written yet.

Please login to write comment.